Use a segment layout more similar to the other derivatives
authorH. Peter Anvin <hpa@zytor.com>
Wed, 23 May 2007 04:02:34 +0000 (21:02 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 23 May 2007 04:02:34 +0000 (21:02 -0700)
As the difference between the derivatives has decreased, make the
segment layout closer to the same (with pktbuf_seg == cache_seg.)

pxelinux.asm

index 3acd8ba..253aa0f 100644 (file)
@@ -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
 
 ;