changeset 2:0fefb1d94991

boot efi executable.
author taiki
date Mon, 17 Dec 2012 15:02:31 +0900
parents 10316df81650
children 744836a552cb
files bootx64.c bootx64.efi
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bootx64.c	Thu Dec 13 03:46:48 2012 +0900
+++ b/bootx64.c	Mon Dec 17 15:02:31 2012 +0900
@@ -4,6 +4,6 @@
 EFI_STATUS
 efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *system_tab)
 {
-    EFI_STATUS ret = EFI_LOAD_ERROR;
+    EFI_STATUS ret = EFI_SUCCESS;
     return ret;
 }
Binary file bootx64.efi has changed