diff bootx64.c @ 1:10316df81650

start to write efi source of "bootx64.c".
author one
date Thu, 13 Dec 2012 03:46:48 +0900
parents
children 0fefb1d94991
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bootx64.c	Thu Dec 13 03:46:48 2012 +0900
@@ -0,0 +1,9 @@
+#include <efi.h>
+#include <efilib.h>
+
+EFI_STATUS
+efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *system_tab)
+{
+    EFI_STATUS ret = EFI_LOAD_ERROR;
+    return ret;
+}