summaryrefslogtreecommitdiff
path: root/pxelinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-26 05:42:33 +0000
committerhpa <hpa>2003-11-26 05:42:33 +0000
commitdf2322b51c6ffd9e4a05b225c5c4ba44b09d3e75 (patch)
tree2e837e97013969748192fddd5bac9515e6b2596d /pxelinux.asm
parent0fab936237d1b5fb713f291dfe6aa7c342c7d246 (diff)
downloadsyslinux-df2322b51c6ffd9e4a05b225c5c4ba44b09d3e75.tar.gz
Add a bootstrap chainloading API, and include a sample program for it.syslinux-2.08-pre5
Diffstat (limited to 'pxelinux.asm')
-rw-r--r--pxelinux.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 7b168119..d53924bb 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -310,7 +310,7 @@ packet_buf_size equ $-packet_buf
section .text
org 7C00h
-StackBuf equ $ ; Base of stack if we use our own
+StackBuf equ $-44 ; Base of stack if we use our own
;
; Primary entry point.
@@ -2432,6 +2432,7 @@ bootif_str_len equ $-bootif_str
exten_table: db '.cbt' ; COMBOOT (specific)
db '.0', 0, 0 ; PXE bootstrap program
db '.com' ; COMBOOT (same as DOS)
+ db '.c32' ; COM32
exten_table_end:
dd 0, 0 ; Need 8 null bytes here