|
@@ -110,9 +110,9 @@ UNDIROMID:
|
110
|
110
|
.byte 0 /* Structure revision */
|
111
|
111
|
.byte 0,1,2 /* PXE version 2.1.0 */
|
112
|
112
|
.word UNDILoader - _prefix /* Offset to loader routine */
|
113
|
|
- .word UNDIStackSize /* Stack segment size */
|
114
|
|
- .word UNDIDataSize /* Data segment size */
|
115
|
|
- .word UNDICodeSize /* Code segment size */
|
|
113
|
+ .word _real_mode_stack_size /* Stack segment size */
|
|
114
|
+ .word _real_mode_stack_size /* Data segment size */
|
|
115
|
+ .word _pxe_stack_size /* Code segment size */
|
116
|
116
|
.ascii "PCIR"
|
117
|
117
|
|
118
|
118
|
/* The code segment contains our pxe_stack_t plus the PXE and
|