address of the boot interface to the kernel as a
command-line option.
* mkdiskimage: fix the generation of the end limit.
+ * PXELINUX: Fix bug in chainloading of other NBPs.
Changes in 2.06:
* ALL: Fix problem that would occationally cause a
;
; Inputs:
; ESI, EDI, ECX - same as bcopy
-; On stack - initial state (ad, fd, ds, es, fs, gs)
+; On stack - initial state (fd, ad, ds, es, fs, gs)
;
%define ADJUST (__bcopy_start - trackbuf)
pop fs
pop es
pop ds
- popfd
popad
+ popfd
jmp 0:7c00h
__bcopy_end:
lss sp,[InitStack] ; Reset stack to PXE original
%else
mov esp,7C00h
- pushad
pushfd
+ pushad
push bx ; ds
push bx ; es
push bx ; fs
SYSLINUX provides the following API calls. SYSLINUX 1.xx only
supported INT 20h - terminate program.
+NOTE: Most of the API functionality is still experimental. Expect to
+find bugs.
+
++++ DOS-COMPATIBLE API CALLS ++++