From: H. Peter Anvin Date: Wed, 23 May 2007 04:02:34 +0000 (-0700) Subject: Use a segment layout more similar to the other derivatives X-Git-Tag: syslinux-3.50-pre14~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=507719c32bfe1b5db5f18ff9bde0cee91b2e83f9;p=profile%2Fivi%2Fsyslinux.git Use a segment layout more similar to the other derivatives As the difference between the derivatives has decreased, make the segment layout closer to the same (with pktbuf_seg == cache_seg.) --- diff --git a/pxelinux.asm b/pxelinux.asm index 3acd8ba..253aa0f 100644 --- a/pxelinux.asm +++ b/pxelinux.asm @@ -109,9 +109,9 @@ vk_end: equ $ ; Should be <= vk_size ; 0000h - main code/data segment (and BIOS segment) ; real_mode_seg equ 4000h -vk_seg equ 3000h ; Virtual kernels -xfer_buf_seg equ 2000h ; Bounce buffer for I/O to high mem -pktbuf_seg equ 1000h ; Packet buffers segments +pktbuf_seg equ 3000h ; Packet buffers segments +vk_seg equ 2000h ; Virtual kernels +xfer_buf_seg equ 1000h ; Bounce buffer for I/O to high mem comboot_seg equ real_mode_seg ; COMBOOT image loading zone ;