search for: d2c5715

Displaying 1 result from an estimated 1 matches for "d2c5715".

Did you mean: d25710
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
...ifies the BIOS disk number; or ; -1 in case we should execute INT 18h ("next device.") @@ -73,4 +71,3 @@ localboot_msg db 'Booting from local disk...', CR, LF, 0 section .text16 -%endif ; HAS_LOCALBOOT diff --git a/core/parseconfig.inc b/core/parseconfig.inc index e7b3108..d2c5715 100644 --- a/core/parseconfig.inc +++ b/core/parseconfig.inc @@ -85,8 +85,6 @@ pc_ipappend: call getint ; ; "localboot" command ; -%if HAS_LOCALBOOT - pc_localboot: call getint cmp byte [VKernel],0 ; ("label" section only) je .err @@ -94,8 +92,6 @@ pc_localboot: call...