summaryrefslogtreecommitdiff
path: root/extlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-19 07:08:48 +0000
committerhpa <hpa>2004-12-19 07:08:48 +0000
commit67af2ad7bead9bd53a15cd069217a28f02337811 (patch)
treee6761dabad01e70afa7ed27cf7584f22b752e1d2 /extlinux.asm
parent30f627b2fbf9b0c83eaa8ae8550d729c8ac00f1b (diff)
downloadsyslinux-67af2ad7bead9bd53a15cd069217a28f02337811.tar.gz
More common code cleanup; actually use the code to compress vkernels
Diffstat (limited to 'extlinux.asm')
-rw-r--r--extlinux.asm23
1 files changed, 0 insertions, 23 deletions
diff --git a/extlinux.asm b/extlinux.asm
index fd841c81..757609a2 100644
--- a/extlinux.asm
+++ b/extlinux.asm
@@ -1268,20 +1268,6 @@ exten_table_end:
%ifdef debug ; This code for debugging only
debug_magic dw 0D00Dh ; Debug code sentinel
%endif
-AppendLen dw 0 ; Bytes in append= command
-OntimeoutLen dw 0 ; Bytes in ontimeout command
-OnerrorLen dw 0 ; Bytes in onerror command
-KbdTimeOut dw 0 ; Keyboard timeout (if any)
-CmdLinePtr dw cmd_line_here ; Command line advancing pointer
-initrd_flag equ $
-initrd_ptr dw 0 ; Initial ramdisk pointer/flag
-VKernelCtr dw 0 ; Number of registered vkernels
-ForcePrompt dw 0 ; Force prompt
-AllowImplicit dw 1 ; Allow implicit kernels
-AllowOptions dw 1 ; User-specified options allowed
-SerialPort dw 0 ; Serial port base (or 0 for no serial port)
-VGAFontSize dw 16 ; Defaults to 16 byte font
-UserFont db 0 ; Using a user-specified font
ScrollAttribute db 07h ; White on black (for text mode)
alignb 4, db 0
@@ -1294,14 +1280,5 @@ EndOfGetCBuf dw getcbuf+trackbufsize ; = getcbuf+BufSafeBytes
%error trackbufsize must be a multiple of SECTOR_SIZE
%endif
%endif
-;
-; Stuff for the command line; we do some trickery here with equ to avoid
-; tons of zeros appended to our file and wasting space
-;
-linuxauto_cmd db 'linux auto',0
-linuxauto_len equ $-linuxauto_cmd
-boot_image db 'BOOT_IMAGE='
-boot_image_len equ $-boot_image
-
align 4, db 0 ; Pad out any unfinished dword
ldlinux_end equ $