search for: vk_type

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

Did you mean: sk_type
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
...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 getint mov byte [VKernelBuf+vk_type],VK_LOCALBOOT .err: ret -%endif ; HAS_LOCALBOOT - ; ; "kernel", "config", ... command ; diff --git a/core/ui.inc b/core/ui.inc index 2d44447..0a4bb56 100644 --- a/core/ui.inc +++ b/core/ui.inc @@ -415,12 +415,10 @@ vk_check: mov al,[VKernelBuf+vk_type] mov [KernelTy...