| ★ wanayoo — archive 1999 http://syslinux.zytor.com/history.php | Nouvelle recherche | Portail wanayoo |
| SYSLINUX | ![]() |
| by H. Peter Anvin |
Starting with 1.47, changes marked with SYSLINUX/PXELINUX/ISOLINUX apply to that specific program only; other changes apply to both.Changes in 1.62:
LOCK command for Win9x,
and the error
dialog box for WinNT/2K.
!PXE from
PXENV+. This was
due to a spec bug; match the most recent spec since that
seems to be what implementations actually do.
auto.
See the DEFAULT command in
syslinux.doc for more information.
15:2401 as well, and handle machines which always
have A20 on separately.
INT 15h,
AX=0E820h. BIOS
manufacturers have apparently gotten sloppy about keeping
INT 15h, AX=0E801h working properly.
!PXE structure pointer.
PXEClient specified.
HIGHMEM_MAX to 38000000h to (hopefully) avoid the
kernel stepping on it; 3f000000h was apparently a higher
limit than the kernel used!
io_delay once again, after a report that the
old delay port causes hangs on some systems.
make installer" target for distributors
to relink
the install programs only. I would prefer the syslinux boot
loader proper to be "binary clean" for debuggablity -- use
"make clean ; make installer" to rebuild the
installers only.
INT 15h, AX=0E801h to query
memory size before trying INT 15h,
AH=88h. This not only provides more headroom
between the kernel and the initrd on large-memory machines,
but it appears some recent BIOSes actually have started
returning garbage for the AH=88h (older) call.
INT 15h,
AH=0E801h (with no memory holes above 1 MB.)