diff options
author | hpa <hpa> | 2001-02-08 01:09:35 +0000 |
---|---|---|
committer | hpa <hpa> | 2001-02-08 01:09:35 +0000 |
commit | b2440e8456a6bbdacc408777b49bf9fa6f7ee000 (patch) | |
tree | d560acb7803d1ab3c44033d8ffcd8c2944d59af6 /ldlinux.asm | |
parent | 83022ec8284a63531f8244e1feca0266ff5fcfa8 (diff) | |
download | syslinux-1.52-pre2.tar.gz |
Support for ip= option in PXELINUX.syslinux-1.52-pre2
Diffstat (limited to 'ldlinux.asm')
-rw-r--r-- | ldlinux.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldlinux.asm b/ldlinux.asm index e01b9ce6..9617e25b 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -252,8 +252,8 @@ VKernelBuf: resb vk_size ; "Current" vkernel AppendBuf resb max_cmd_len+1 ; append= KbdMap resb 256 ; Keyboard map FKeyName resb 10*16 ; File names for F-key help -NumBuf resb 16 ; Buffer to load number -NumBufEnd equ NumBuf+15 ; Pointer to last byte in NumBuf +NumBuf resb 15 ; Buffer to load number +NumBufEnd resb 1 ; Last byte in NumBuf alignb 4 PartInfo resb 16 ; Partition table entry E820Buf resd 5 ; INT 15:E820 data buffer |