Displaying 1 result from an estimated 1 matches for "a66cf20".
Did you mean:
a66cf26e
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
...a/core/keywords.inc
+++ b/core/keywords.inc
@@ -94,8 +94,6 @@ keywd_table:
%if IS_PXELINUX
keyword ipappend, pc_ipappend
%endif
-%if HAS_LOCALBOOT
keyword localboot, pc_localboot
-%endif
keywd_count equ ($-keywd_table)/keywd_size
diff --git a/core/localboot.inc b/core/localboot.inc
index a66cf20..1fe3102 100644
--- a/core/localboot.inc
+++ b/core/localboot.inc
@@ -16,8 +16,6 @@
; Boot from a local disk, or invoke INT 18h.
;
-%if HAS_LOCALBOOT
-
;
; Boot a specified local disk. AX specifies the BIOS disk number; or
; -1 in case we should execute INT 18h ("next device.")
@@...