1 Starting with 1.47, changes marked with SYSLINUX, PXELINUX, ISOLINUX
2 or EXTLINUX apply to that specific program only; other changes apply
6 * Major code base changes; all filesystem rewritten in C.
7 This work was done primarily by Liu Aleaxander (Yuanhan Liu).
8 * EXTLINUX: btrfs and ext4 support. btrfs support was done by
10 * EXTLINUX is no longer a separate derivative; extlinux and
11 syslinux both install the same loader (ldlinux.sys); for the
12 Linux-based installers the extlinux binary is used for a
13 mounted filesystem; the syslinux binary for an unmounted
15 * When loading a new configuration file with the CONFIG
16 command, one can now also specify a new current directory
17 with an APPEND statement.
18 * Full ADV support for Syslinux, to boot-once and MENU SAVE
20 * Full support of GPT-partitioned disks, including disks
21 and/or parititions larger than 2 TiB (if supported by BIOS.)
22 * The GPT handover protocol adjusted to the current T13
23 committee draft; see doc/gpt.txt.
24 * HDT: code cleanup, small bugfixes
25 * The "linux" syslinux installer (syslinux-nomtools) now has a
26 command-line syntax closer to the extlinux installer. The
27 mtools, dos and win32 installers will get this new syntax
28 eventually, but it is not implemented yet.
29 * chain.c32: support booting GPT partitions by index, GUID, label.
30 * chain.c32: support booting the Syslinux partition with "fs".
31 * chain.c32: implement gpt.txt hand-over protocol.
32 * chain.c32: support for chainloading Grub stage 2.
33 * PXELINUX: TFTP URL syntax (tftp://) supported even when not
34 running gPXE/gpxelinux.
35 * New ls.c32 module to display the contents of the disk from
36 the command line, and pwd.c32 to display the current
38 * rosh.c32 (read only shell) updated and hopefully usable.
39 * PXELINUX: Support "localboot -1", just like the other
41 * gfxboot.com removed in favor of gfxboot.c32.
42 * New MENU HELP statement to display fullscreen help text as a
43 result of a menu selection.
44 * memdiskfind utility that can be used with the phram driver
45 in the Linux kernel to mount a memdisk.
46 * ifcpu.c32: Adding usage when no parameters are given,
48 * ifcpu.c32, ifcpu64.c32: handle more than one argument per
50 * isohybrid: C version which does not require Perl.
51 * New command MENU IMMEDIATE to permit hotkeys to activate
52 immediately without needing Enter.
53 * mdiskchk.com supports a --no-sequential (or -n) option to
54 suppress the classic all-drive-probing heuristic. Useful
55 on BIOSes who crash/hang when certain drive numbers are
57 * ElTorito.Sys DOS driver now scans drive numbers upwards
58 instead of downwards, in order to avoid a fairly common
59 bug on some BIOSes where probing drive 0xFF causes a
63 * chain.c32: fix chainloading the MBR of a hard disk (broken
65 * mboot.c32: report the boot loader name in the information
67 * com32: set argv[0] in a com32 module.
68 * core: add a workaround for a bug in Xen HVM older than
69 version 3.3: disable halt on those platforms.
70 * Fix problems where certain operations in com32 modules would
71 cause the core to believe the system was idle.
72 * MEMDISK: fix MBR detection when used with a DOSEMU header or
74 * MEMDISK: generate the mBFT checksum correctly.
77 * gPXELINUX: updated to gPXE 1.0.0. gPXELINUX can now do NBP
78 chainloading, and does not require a second DHCP.
79 * vesamenu.c32: unbreak the default "grey hole" background.
80 * We no longer have a built-in default of "linux auto".
81 Instead, if no DEFAULT or UI statement is found, or the
82 configuration file is missing entirely, we drop to the boot:
83 prompt with an error message (if NOESCAPE is set, we stop
84 with a "boot failed" message; this is also the case for
85 PXELINUX if the configuration file is not found.)
86 * chain.c32: support chainloading Grub4DOS; patch by Gert
88 * New tool: sysdump.c32, can be used to produce system
89 information for debugging via tftp or ymodem (serial port).
90 * "vga=current" on the Linux command line is now supported.
91 * chain.c32: support for Windows Recovery Console, via the
93 * chain.c32: should now support loading NTLDR from different
94 type media than loaded from.
95 * chain.c32: support chainloading to a FAT/NTFS partition with
96 invalid "hidden sectors" via the "sethidden" option.
97 * memdisk: fix the mBFT ACPI table.
98 * vesamenu.c32: if the image is smaller than the screen, tile
99 it across the whole screen.
100 * mkdiskimage: -s option for producing a sparse image.
101 * vesamenu.c32: support arbitrary resolution setting (beyond
102 BIOS support) on some Intel-based video chipsets. This code
103 is a modified version of the "915resolution" tool by
104 Steve Tomljenovic; your mileage might vary.
107 * SYSLINUX: make the DOS installer work for MS-DOS 7.x/8.x
109 * HDT: updated to version 0.3.6 (numerous changes.)
110 * mboot.c32: now supports video mode setting if requested by
112 * MEMDISK: Fix floppy images of PC-DOS.
113 * MEMDISK: Add support for emulation of CD-ROM images; patch
115 * MEMDISK: Comply with the Win9x "safe hook" standard,
116 allowing a protected-mode driver.
117 * MEMDISK: New "mBFT" ACPI table, by analogy with the iSCSI
118 iBFT table. This allows detection from a protected-mode
119 operating system without EDD support.
120 * 32-bit version of the gfxboot loader (gfxboot.c32), so far
121 experimental. This will replace gfxboot.com in the future.
122 * vesamenu.c32: new MENU RESOLUTION directive to set a screen
123 resolution other than 640x480.
124 * chain.c32: add support for loading isolinux.bin.
125 * chain.c32: make sure to always return to text mode.
126 * eltorito.sys: DOS driver for generic CD-ROMs; by Gary Tong
130 * PXELINUX: clear memory before handing over to a chainloaded
131 NBP. This may help avoid a bug in Windows RIS.
132 * PXELINUX: fix localboot after NBP chainloading on certain
133 BIOSes (including ASUS A8N-E, but possibly others.)
134 * chain.c32: support chainloaded bootloaders on ISOLINUX.
135 * PXELINUX: allow filenames up to 251 characters.
136 * MEMDISK: fix problems booting from USB on Thinkpads, and
137 possibly other machines or hardware combinations.
138 * isohybrid: fix the -id option.
139 * HDT: updated to version 0.3.4.
140 * MEMDISK: the stack size is now configurable, with the stack=
142 * Simple menu: fix Ctrl-W (word erase) in command-line edit.
143 * Simple menu: fix crash on some platforms.
144 * Gfxboot: fixes to the configuration file parsing.
145 * PXELINUX: add a tool to override specific DHCP options via
146 values hardcoded in the pxelinux.0 file. These hardcoded
147 values can be either "before DHCP" (defaults if DHCP do not
148 provide values), or "after DHCP" (overrides DHCP). The tool
149 pxelinux-options can be used to set these options. This
150 feature does not apply to gpxelinux.0; when used with gPXE
151 this is better handled by modifying the embedded script.
154 * isohybrid: fix the -partok logic for loading from a partition.
155 * ISOLINUX: deal with systems which return from INT 13h with
157 * Do not invoke the idle handler during large file loads.
158 * Simple menu: make ONTIMEOUT work with MENU HIDDEN.
159 * PXELINUX: handle TFTP servers which have extra NULs at the
160 end of an OACK packet.
163 * Shuffler: fix bug in real-mode entry. This affected a
164 number of modules, probably in relatively unimportant ways,
165 but it completely broke linux.c32.
166 * Improved performance.
167 * Attempt to halt the processor while idle. This can cause
168 bad reponsiveness when using a serial console especially for
169 automated input; if that ends up being a problem, use the
170 new "NOHALT 1" configuration command.
171 * linux.c32 now suppresses all messages if the "quiet" flag is
173 * isohybrid: add a variety of options, and a help message.
174 * ISOLINUX: fix booting in hybrid mode when CBIOS is used.
175 This unfortunately means that the isohybrid handoff protocol
176 has changed, so the isohybrid utility must version-match
178 * Drop support for ACPI 3 extended memory flags.
179 * Menu system: don't set the autocr flag on the serial
181 * altmbr: fix handling of logical partitions.
182 * altmbr: cap at 439 bytes so the partition select byte isn't
186 * New shuffler mechanism and API.
187 * Rewritten mboot.c32 module.
188 * The syslinux_boot_linux() function has been simplified.
189 * Don't hang trying to boot a "menu quit" label from the CLI.
190 * Fix problem with boot-once "sticking" on some BIOSes.
191 * isohybrid: fix problem with images over 2 GB in size.
192 * APM poweroff module (poweroff.com) by Sebastian Herbszt.
193 * ISOLINUX: fix the handling of large directories. Bug found
194 and fixed by Steffen Winterfeldt.
197 * PXELINUX: fix the "keeppxe" option, which was broken in
199 * MEMDISK: correct the extraction of geometry information from
200 the MBR of a hard disk image, again broken in 3.74.
201 * extlinux(1) man page from Brian Pellin.
202 * Simple menu: MENU SAVE is now controllable on a menu-by-menu
203 or entry-by-entry basis.
204 * gPXELINUX: fix interrupt-disabling bug.
205 * HDT: fix lockup on machines with certain PCI configurations.
208 * New UI directive, which allows a more natural way to specify
209 a menu system (or not.) With the UI directive specifying
210 the menu system, the DEFAULT directive can be used to select
211 the default entry inside the menus.
212 * kbdmap.c32: new module to load a new keyboard map
214 * isohybrid: workaround bug in some versions of binutils.
215 * Fix issue with the placement of the initrd on some machines.
216 * ifcpu64: fix handling of less than three arguments.
217 * Fix bug in the shuffle library when dealing with a very
218 large number of fragments.
219 * Documentation fixes by Vicente Jimenez Aguilar.
220 * gPXE updated to version 0.9.7.
221 * hdt.c32: Hardware Detection Tool, an interactive hardware
222 analyzer module by Erwan Velu.
223 * MEMDISK: enable automatic determination of the disk geometry
224 for a large floppy disk image if (and only if) it is
225 formatted with a FAT filesystem.
226 * SYSLINUX: fix the handling of .bss files on FAT12/16.
227 * Suppress the Loading ... message if "quiet" is specified on
228 the kernel command line.
229 * Fix the use of "CONSOLE 0" with menu.c32.
230 * Allow COM32 modules to be aware of all memory even in the
231 presence of a memory hole. The "linux.c32" module can be
232 used to load a kernel (or memdisk) plus large initrd on
234 * MBR: produce alternate MBR variants which force the drive
235 number to hd0 (_f variants), or force the drive number to
236 hd0 if the Ctrl key is pressed (_c variants.) Furthermore,
237 add an MBR variant (altmbr*.bin) which ignores the active
238 flag and instead boots the partition number specified in the
239 byte at offset 439 decimal.
240 * Add IPAPPEND strings to com32 modules, especially needed for
242 * New MENU SAVE directive which saves the latest menu
243 selection until the next boot. Currently only implemented for
245 * gfxboot.com: *experimental* interface module to Steffen
246 Winterfeldt's "gfxboot" graphical front end
247 (http://gfxboot.sourceforge.net/). Module by Sebastian Herbszt.
250 * Upgrade gPXE to release version 0.9.5.
251 * Fix a number of build errors on various platforms.
252 * Handle systems with E820 "extended attributes" per ACPI 3.
253 Someone "cleverly" decided to change the E820 spec in a
254 backwards-incompatible manner!
255 * MEMDISK: default to "safeint".
256 * Adopt the moniker "The Syslinux Project", standard proper
257 noun capitalization, to refer to the project as a whole.
258 Thus, reserve the all-caps "SYSLINUX" to refer to the FAT
260 * mboot.c32: add "-solaris" option to pass DHCP information to
261 the Solaris kernel; required for automatic Solaris boot
262 without using Solaris' pxeboot program.
263 * config.c32: trivial COM32 module to restart Syslinux with
264 another configuration file from the command line (equivalent
265 to the CONFIG command in the configuratin file.)
268 * Include the pxechain.com module from Jeffery Hutzelman at
269 Carnegie Mellon University. This allows chaining another
270 PXE boot program while changing the DHCP packet passed to
272 * Reorganize the Makefile system.
273 * Major PCI core cleanups and other source cleanup.
275 * Try to avoid memory-snooping attacks on passwords. Note
276 that if someone has root on the box, they generally don't
277 need to compromise the boot loader...
278 * ISOLINUX: fix crash when given a zero-length file.
279 * sdi.c32: support gzipped SDI images.
280 * ISOLINUX: support generating images which can be either
281 a CD-ROM or a hard disk (USB disk, etc.) See
282 doc/isolinux.txt for more information.
283 * Remote gdb support for COM32 modules; patch from Stefan
285 * Support beeps in F-key help in the simple menu system.
286 * Tab display of labels, based on a patch from Sebastian
287 Herbszt. Can be disabled with the NOCOMPLETE configuration
289 * "menu default" can now be specified after "menu begin", to
290 indicate that a specific submenu should be the default entry.
293 * Workaround for a VESA BIOS which tries to make DOS system
295 * Simple menu: fix navigation around disabled entries
296 (or at least try to...)
297 * EXTLINUX: proper error message when confused about mount
299 * MEMDISK: be smarter about incompletely disabled floppies in
300 the BIOS and about being the only floppy.
301 * Optionally allow initrd to be specified on a separate line
302 rather than as part of the "append" line. This is not
303 recommended, but apparently makes life easier for some
305 * SYSLINUX: if no config file is present, set the current
306 directory to the root directory (Sebastian Herbszt).
307 * chain.c32: option "hide" to support hiding and unhiding of
308 primary partitions on the boot drive with DOS, Win, or OS/2
309 partition types (01, 04, 06, 07, 0b, 0c, 0e).
310 * Unbreak the KBDMAP command (broken in 3.70).
311 * EXTLINUX: fix the handling of the ADV when using CBIOS.
312 * ifcpu64.c32: simple COM32 module to select a 32- or 64-bit
313 kernel (and optionally 32-bit kernels with or without PAE.)
314 Eventually we want a scripting language for this
315 kind of stuff; a Lua module is under development.
316 * Fix parsing of the SERIAL command without a baud rate
318 * chain.c32: error out when try to boot an unbootable
320 * SYSLINUX: when building the Win32 installer, search for
321 MinGW under a large number of possible names.
324 * PXELINUX: Support enhanced capabilities when running on top
325 of gPXE (http://www.etherboot.org/). In particular, support
326 URL-style syntax for filenames, and any protocol that gPXE
327 supports (except, currently, iSCSI and AoE.) This feature
328 is currently highly experimental.
329 * Substantial infrastructure changes to support files whose
330 length aren't known at open time (typically network
331 connections.) Please note that the semantics of some of the
332 comboot APIs have changed slightly; please see doc/comboot.txt.
333 * PXELINUX: We no longer require a TFTP server which supports
334 the tsize option for all transfers.
335 * PXELINUX: Integrate with the gPXE source base; unified image
336 now included as "gpxelinux.0".
337 * The source tree has been restructured; files that were
338 previously in the root have moved into the core, dos, gpxe,
339 and utils directories.
340 * "make install", "make netinstall", and "make extbootinstall"
341 have been updated massively. "make install-all" now installs
343 * Change default dir for auxiliary files from
344 /usr/lib/syslinux to /usr/share/syslinux.
345 * SYSLINUX: VFAT long filename support.
346 * MEMDISK: Any image less than 4096K (4 MB) is treated as a
347 floppy disk. The geometry-guessing code will recognize all
348 common extended formats, but it is still possible some very
349 exotic formats need geometry specification. Large floppies
350 and very small harddisks still need explicit specification.
351 * chain.c32: option "swap" to support swapping of BIOS drive
352 numbers. This is necessary to boot certain operating systems
353 (DOS, Windows) from a secondary drive.
354 * chain.c32: option "file=" to support loading a boot file from
355 the SYSLINUX filesystem instead of loading the boot sector
357 * chain.c32: option "seg=" to control the load location.
358 * chain.c32: option "ntldr=" as a shorthand for "seg=0x2000
359 file="; use this to load one of WinNT's loaders:
361 chain.c32 hd0 1 ntldr=/MiniNT/setupldr.bin
363 Note that the file needs to be in the SYSLINUX filesystem.
364 * chain.32: options "freedos=" and "msdos="/"pcdos=" as
365 shorthands for "seg=0x60 file=" and "seg=0x70 file="
366 respectively; use this to load FreeDOS's kernel.sys, MS-DOS's
367 io.sys or PC-DOS's ibmbio.sys.
368 * Change to the A20 algorithm which *MIGHT* help systems that
369 have systems which freeze when Syslinux is used with USB
370 keyboards. Note that this has been hard do verify, so I
371 would greatly appreciate feedback on it.
372 * Complex menu system: unbreak menus which has unnamed
373 submenus, like complex.c.
374 * Fix newline on the serial port for some com32 modules.
375 * chain.c32: support "boot" as the drive specification,
376 indicating the drive from which it was booted
377 (for syslinux/extlinux).
378 * SYSLINUX/EXTLINUX: support "localboot" with the same feature
380 * Add an experimental MBR for GPT partition tables.
381 * Use $(CC) when determining compile flags.
382 * chain.c32: fix booting from logical partitions (Sergey
386 * Fix errors in the PCI and DMI detection modules (Erwan Velu,
388 * Fix host dependencies and other issues in the build system.
389 * PXELINUX: Allow class E addresses as unicast.
390 * sdi.c32: module to load Microsoft System Deployment Images.
391 For additional information, please see:
392 http://msdn2.microsoft.com/en-us/library/ms838543.aspx
393 * EXTLINUX: Correct reading directories with deleted entries.
394 * Shuffle library: correct the handling of certain geometries
395 (an upward move with source material blocking the move); as
396 required by sdi.c32 but theoretically possible for other
398 * Add "make netinstall" to install /tftpboot.
399 * Fix some documentation files that didn't get moved/renamed.
402 * Clean up garbage after "aborted." message.
403 * Clean up memdump.com filenames.
404 * Support SHA256 and SHA512 encrypted passwords.
405 * The shuffle library now can generate chained descriptors,
406 thus allowing pretty much arbitrarily complex memory maps.
407 * Handle command lines up to 2047 characters, the current
409 * vesamenu: support systems without linear framebuffer support
410 (sigh, what is this, 1993?) and 15-bit RGB modes.
411 * Move the label storage (for the command-line interface) to
412 high memory, removing the size limit and freeing up 64K of
414 * Get rid of 4096-entry limit in the simple menu system.
415 * New hierarchial submenu support: see MENU BEGIN, MENU END,
416 MENU GOTO in doc/menu.txt.
417 * MENU QUIT allows creating a menu entry for returning to the
419 * ISOLINUX: Work around bug in certain Adaptec BIOSes,
420 patch by Bruce Robson.
421 * pngtopnm dependency removed from samples/ directory.
422 * Text documentation files (in doc/) renamed *.doc -> *.txt.
425 * EXTLINUX: fix crash when accessing an empty file.
426 * elf.c32: If a PHDR segment is present, load it.
427 * Fix SHA-1 and MD5 passwords.
428 * ISOLINUX: fix booting when mastered without
429 mkisofs -boot-info-table (broken since 3.50, sigh...)
430 * Handle BIOSes which emit multiple contiguous valid
431 memory regions in the e820 map.
434 * Support for "auxilliary data vector", a small amount of
435 writable storage. Currently only supported for EXTLINUX,
436 but the infrastructure is there for the other derivatives,
437 assuming a suitable storage location can be found.
438 * EXTLINUX: boot-once support (--once, --clear-once, and
440 * A command is now required to the EXTLINUX installer, i.e. at
441 least one of --install, --update, --once, --clear-once, or
445 * PXELINUX: as per RFC 5071, PXELINUX no longer requires the
446 use of the magic cookie option (208) for unencapsulated
447 options. Currently it does not require it for
448 vendor-encapsulated options (vendor-option-space) either,
449 but that MAY be reverted in the future if it causes
451 * Documentation text files moved to a common "doc" directory;
452 man pages from the Debian project added to the "man"
454 * Correct bug with self-overlapping memory areas when using
455 the shuffle interface.
458 * Add "menu separator", "menu indent", "menu disabled"
460 * vesamenu: fix handing of VESA modes with noncontiguous
461 memory buffers. In particular, Qemu/KVM sets up such a mode
462 when Cirrus Logic emulation is enabled (which is the
464 * Support for calling real mode functions using far calls,
465 with argument on the stack. This was implemented to support
466 the BIOS BBS specification, but subsequent experiments show
467 that the at least one of the most common BIOS cores, Award,
468 passes the presence check but doesn't actually implement the
472 * Fix bugs related to the $PnP BIOS functionality on some
474 * PXELINUX: Fix the "naked" version of :: (suppress prefix.)
475 * elf.c32: better error messages.
476 * Faster operation under Intel VT virtualization.
477 * PXELINUX: Fix DHCP bootfile option.
478 * mkdiskimage: Support more than 1024 cylinders.
479 * (Hopefully) fix installer on non-x86 platforms.
480 * Fix shuffle_and_boot_rm, used by linux.c32.
481 * Fix shuffle_and_boot_pm on 386/486.
482 * ISOLINUX (at least): fix bss memory overwrite hang.
483 * MBR: Fix booting from logical partitions.
487 * Handle capitalized F-key commands in the menu system.
488 * Fix padding error when loading multiple ramdisks.
489 * Workaround for VMware crashing when trying to print a
490 message during early kernel boot (does not seem to work,
492 * chain.c32: add the ability to search for a specific MBR
493 signature at runtime.
494 * Fall back to the server identity option if the siaddr field
495 in the DHCP header isn't set. This seems to match the
496 behaviour of most PXE stacks.
497 * mkdiskimage: give the generated disk image an MBR signature.
498 * MEMDISK: Fix failures on some BIOSes.
499 * Simple menu system: new "MENU HIDDEN" option to not display
500 the menu unless the user presses a key.
501 * Simple menu system: support MD5-encrypted passwords (modern
502 Unix standard style, with "$1$" prefixes.)
503 * pcitest.c32: now functions as a full "lspci". Thanks to
504 Erwan Velu for this work.
505 * MEMDISK: Make EDD actually work.
506 * ISOLINUX: Fix for certain broken CD-ROM BIOSes which
507 randomly corrupted register FS.
508 * Simple menu system: fix memory overwrite bug that caused
509 some systems to lock up or behave weirdly.
510 * Fix building on 64-bit systems without a 32-bit libc installed.
513 * EXTLINUX: Fix failure to find the configuration file.
516 * New keywords allow the type of file to be specified in the
518 * It is now supported to load a different configuration file
519 with the CONFIG keyword.
520 * Fix API call 0x0019 (Read Disk.)
521 * MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows
522 internationalization of menu messages.
523 * A new feature, TEXT HELP, allows the administrator to set
524 a multi-line help message for individual selections.
525 * Fix API call 0x0012 (Cleanup, shuffle and boot.)
526 * New API call "Cleanup, shuffle and boot to flat protected mode"
527 * New API call "Cleanup, shuffle and boot to real mode",
528 similar to API call 0x0012 but allows arbitrary register setting.
529 * Introduce a library interface for loading arbitrary binary
530 formats with relatively easily understood code. See
531 the elf.c32 module for an example on how to use it.
532 * New module "elf.c32", to load a protected-mode ELF kernel.
533 * MBR (old and new): Fix bug in CHS mode when LBA >
535 * vesamenu: fix decoding of palettized PNG images.
536 * Update the Linux kernel boot protocol.
537 * PXELINUX: Press Ctrl-N at the boot prompt to read out the
539 * Instead of the (non-existent) MAC, use the client identifier
540 for networks like Infiniband and Firewire/1394.
541 * Add a new INCLUDE command to the core syslinux parser.
542 * Allow binding help text to F11 and F12.
543 * F-key help now available in the simple menu system.
544 * Disabled the polling for ARP during idle. It is simply too
545 slow on some (broken!) PXE stacks.
546 * PXELINUX: also try to fetch the config file based on UUID.
547 * SYSLINUX/EXTLINUX: New RAID mode (-r) which calls the BIOS
548 to load the next device (typically the next drive) on boot
552 * MEMDISK: Disable EDD by default on floppy disks. EDD can be
553 enabled with the "edd" option and disabled with "noedd".
554 This (hopefully) should make Ghost work again.
555 * SYSLINUX: "unix" installer now uses Linux ioctls instead of
557 * New MBR which can boot from logical partitions.
558 * SYSLINUX: Fix bug in detecting special extensions which was
559 introduced in 3.35 :(
560 * PXELINUX: Unbreak chainbooting FreeBSD (and possibly others.)
563 * MEMDISK: New "safeint" mode.
564 * MEMDISK: Be more compliant with the PnP BIOS spec.
565 * MEMDISK: Turn on EDD support by default.
566 * MEMDISK: Try to work on some machines on which it would not
567 work when there was no floppy drive in the system.
568 * Simple menu system: fix serial console support (broken in
570 * SYSLINUX: Support subdirectories. Like ISOLINUX, the
571 "current directory" is the directory in which syslinux.cfg
572 is found; this is searched for in the sequence
573 /boot/syslinux, /syslinux, /. As a side benefit, label names
574 like "linux-2.6.18" and "linux-2.6.19" are now supported.
576 To install ldlinux.sys in a subdirectory, pass the -d
577 directory option to the SYSLINUX installer.
579 This work was sponsored by slax.org (thanks, Tomas!)
580 * New API call: read disk.
581 * Invoke ONERROR on initrd load failure.
584 * The simple menu system (menu.c32 and vesamenu.c32) now
585 support loading more than one configuration file at a time,
586 using MENU INCLUDE or by specifying multiple filenames.
587 * The MENU COLOR statement can now control the shadowing mode.
590 * libcom32 extended to support graphics mode and graphical console.
591 * vesamenu.c32, new graphical version of the Simple
592 Menu System, see README.menu.
593 * New com32 modules by Erwan Velu do selection based on CPUID
594 or PCI devices present.
595 * RPM spec: add syslinux-tftpboot module; move syslinux by
596 default to the /usr/share/syslinux directory.
597 * RPM spec: extlinux is now a separate package.
600 * EXTLINUX: New options --install (-i) and --update (-U), to
601 make it clear if a boot loader should be installed or
602 updated. For now, defaults to --install for compatibility;
603 a future version will require one of these options.
604 * New library functions to load and place files in memory.
605 * mboot.c32 bug fixes.
606 * Remove 8 MB kernel size restriction.
607 * Add "klibc" target for building unix/syslinux and
608 extlinux/extlinux with klcc (klibc-1.4.27 or later.)
609 * PXELINUX: Fail (and eventually reboot) if no configuration
611 * COM32 module by Erwan Velu to make decisions based on DMI
613 * Fix issue where going back and forth between menus a lot
615 * ISOLINUX: Fix bug which made "cd boot sectors" not work.
618 * MEMDISK: Fix bug by which accessing the real floppy disk
619 as B: in MS-DOS was broken.
620 * Simple menu system: allow tweaking of the screen layout.
621 * Simple menu system: better command-line editing, correctly
622 handle command lines above 256 characters.
623 * PXELINUX: revert memory allocation change that caused
624 problems on some network cards.
625 * MEMDISK: Try work around a bug on some BIOSes when no
626 physical floppy disk is present in the system.
627 * Enable the 16550A FIFOs, if present, when doing serial
629 * New "totaltimeout" command establishes a timeout without
630 regard for any user input.
631 * Simple menu system: timeout behaviour now more in line with
633 * Simple menu system: "ontimeout" should now work correctly.
636 * gcc 4.0.1 compilation fixes.
637 * Add support for querying the PCI BIOS in libcom32
638 (used by ethersel et al.)
639 * Fix PCI handing (ethersel etc) on several old chipsets (and
641 * Try to deal with systems with broken EBIOS.
642 * New API call to do "localboot".
643 * New API call to query features.
644 * New API call to run kernel image, a lower-level call than
645 "run command". See comboot.doc.
646 * Fix for bug in EBIOS code discovered by Arwin Vosselman.
647 * NOESCAPE security fix.
648 * Comments are now recognized even without a space following #.
649 * Fix incorrect handling of mixes of entries with and without
651 * The idle API call now harmlessly returns failure if it is a
652 no-op. That way the caller can decide whether or not to
653 bother invoking it again.
654 * Temporarily disable the idle API call on PXELINUX, due to
655 some platforms on which the idle API call seems to hang; this
656 problem has not yet been debugged.
657 * MEMDISK: the handling of DOSEMU-headered images was broken;
659 * EXTLINUX: symlinks are now supported.
660 * Simple menu system: N and P now work correctly as hotkeys.
661 * MEMDISK: more BIOS bug workarounds.
664 * gcc4 compilation fix.
665 * <BEL> (Ctrl-G) in message files now causes a beep.
666 * Reduce the command line to 511 characters; 1023 caused
670 * SYSLINUX: Fix performance regression (-s mode always
672 * Add API function for idle loop.
673 * libutil: Add do_idle() function for idle loop, make
675 * libutil: Add SHA-1 and base64 functions.
676 * Simple menu system: add password support.
677 * EXTLINUX: Sparse files now handled correctly.
678 * EXTLINUX: Large directories now handled correctly.
679 * ALL: At the prompt, Ctrl-X now forces text mode.
680 * Fix configuration file parsing error, that could cause
682 * Rewritten advanced menuing system from Murali Ganapathy.
683 * MEMDISK: New "bigraw" mode to work around certain broken
685 * COM32 module to boot Multiboot systems, including Xen. See
686 com32/modules/mboot.doc.
687 * Max command line changed to 1023 characters. Note that the
688 kernel proper still can only handle 255 characters without
689 patching, and COM16 binaries can only handle 125 characters.
692 * Fix chainloading (chain.c32).
693 * Fix zlib build problem.
694 * Use a private copy of <linux/ext2_fs.h>.
697 * Fix typo that caused the ramdisk to load in the wrong place.
700 * New API function "shuffle and boot"; allows COM32 modules to
701 load or construct (almost) arbitrarily complex objects,
702 e.g. a kernel and its initrd/initramfs in pieces, and have
703 the API core reorganize memory for booting. (A library API
704 for this function will be introduced in a later version.)
705 * The initrd= option now supports multiple filenames separated
706 by commas. This is mostly useful for initramfs, which can
707 be composed of multiple separate cpio or cpio.gz archives.
708 (Note: all files except the last one are zero-padded to a 4K
709 page boundary. This should not affect initramfs.)
710 * EXTLINUX: Fix API function 000Ah (get derivative-specific
712 * libcom32/ethersel: Support PCI Config Mechanism #2 on
713 machines still infested with that hideous old hack.
714 * SYSLINUX: Fix directory-parsing bug.
717 * SYSLINUX: The "unix" installer now sets the MS-DOS
718 attributes (hidden, system, readonly.)
719 * COM32 library: build the .lnx (test modules for running
720 under Linux) as architecture native modules, in case
721 i386 devel libraries aren't installed.
722 * EXTLINUX: Hack for systems which don't have BLKGETSIZE64
723 defined in the standard header files.
724 * Simple menu system: minor aestetic improvements, and try to
725 work better over a serial console (speed, and readability on
726 monochrome terminal emulators.)
727 * New CONSOLE directive to control output on the video console
728 (useful for dealing with some broken serial-forwarding
730 * New com32 module "ethersel" for searching for an Ethernet
731 card and selecting the proper version of Etherboot.
732 * EXTLINUX: Allow the user to override the detected geometry.
736 * EXTLINUX, SYSLINUX: Fix compile errors on some systems.
737 * EXTLINUX: Default to zipdrive geometry (64 heads, 32
738 sectors) if no other geometry can be detected.
741 * SYSLINUX: Support FAT32 and EDD. As an unfortunate
742 consequence, LDLINUX.SYS is no longer an ordinary file; it
743 is block-mapped at install time, which means it can only be
744 written using the syslinux installers.
745 * SYSLINUX: Reorganize the source code for the installers;
746 each one of the installers (dos, win32, unix, mtools) is now
747 built in its own subdirectory. In particular, "mtools" is
748 the unprivileged installer which uses mtools; "unix" is the
749 privileged installer which uses system calls.
750 * SYSLINUX: Completely rewritten DOS installer in C.
751 * ALL: "label" statement information is now stored in a
752 compressed format, which means that a lot more labels are
753 permitted (500-1000 in a typical configuration, but depends
755 * EXTLINUX: New derivative, which boots from an ext2/ext3
757 * SYSLINUX: The DOS and Win32 installers can now optionally
758 write the boot sector to a file instead of the real boot
759 sector. This is not supported in the Linux installers,
761 * ALL: New NOESCAPE command, disables the "hold down the Shift
762 key to display the prompt" behaviour.
763 * New simple menu system, as an alternative to the advanced
764 menu system already present. See README.menu for details.
765 * PXELINUX: Filenames can now be prefixed with an IP address
766 or DNS name plus :: (e.g. 192.0.2.1::filename or
767 server.domain.com::filename), which downloads a file from an
768 alternate TFTP server, or just a :: (e.g. ::filename), which
769 suppresses the common pathname prefix. See pxelinux.doc.
770 * SYSLINUX: Add an -m option to the DOS and Win32 installers
771 to write an MBR and -a to mark the partition SYSLINUX is
772 being installed on active.
773 * MEMDISK: Give a way to query the boot loader type while
774 running MEMDISK; see memdisk/memdisk.doc and
776 * mkdiskimage: substantially improved mkdiskimage which, among
777 other things, can now be used to initialize USB keys as
778 zipdrives; see README.usbkey for more information.
781 * MEMDISK: Fix command-line parsing "brown paper bag" class
783 * MEMDISK: Add "raw" mode to support the DOS boot disk from
784 WinME/XP, which seems to deliberately crash the system
785 when someone uses the "INT 15h mover" highmem API.
786 * Make "make install" do something sane for the com32
787 development environment.
788 * In the spec file, create a separate -devel RPM for the com32
789 development environment.
792 * Simple C library, based on klibc, for writing COM32
794 * Fix the handling of file length in loading of COM32
796 * MEMDISK: Work around a linker bug by rearranging the code to
797 not use the linker for the 16-bit code.
798 * SYSLINUX: If we're building on a machine without a Win32
799 (mingw) compiler, just skip building syslinux.exe.
800 * ISOLINUX: Support non-mkisofs mastering programs, at least
801 as long as the image is single-session. For best results,
802 ISOLINUX should be the only boot loader installed.
803 * MEMDISK: Allow the user to specify that the simulated disk
804 should be write-protected.
807 * ALL: Add an API call to get the configuration file name.
808 * SYSLINUX: Fix bug in 2.10 that prevented it from working
809 correctly for a lot of people.
810 * SYSLINUX: In the installer, make mtools a bit less fussy.
811 * Make the menu system compile with newer gcc's.
814 * MEMDISK: Handle images compressed with zip as well as with
815 gzip. Some Windows-based image tools apparently generate
816 these kinds of images by default. Patch by Patrick
818 * Major menu improvement from Murali Ganapathy.
819 * ISOLINUX: Wonderfully sick and brilliant workaround for
820 severe bugs in certain Award BIOSes; from Knut Petersen.
821 * SYSLINUX: Fix for the nomtools installed, from Frederic
823 * PXELINUX: Fix handling of IP numbers in the ranges
825 * ALL: New option "allowoptions" (defaults to 1), which
826 controls if options are allowed on the command line or not.
827 * SYSLINUX: Support building under klibc (see the klibc
828 distribution for details.)
831 * SYSLINUX: Remove residual setuid crap from
833 * Handle video pages correctly when using the API functions.
834 * Handle compiling on an x86-64 platform correctly.
835 * Menu system from Murali Krishnan Ganapathy; see the menu
836 directory for information.
837 * COMBOOT: Allow COMBOOT programs to change screen text mode.
838 * COMBOOT: Correct the documentation of how to detect
839 SYSLINUX from COMBOOT!!!!
840 * COMBOOT: Fix "get key without echo" API function.
841 * SYSLINUX: Fix bug that affected the API open function.
842 * ALL: Improve the E820 memory parser, to work around some
846 * Add new configuration command "ontimeout" to allow timeout
847 to have a different action than just pressing Enter.
848 * Add new configuration command "onerror" to allow a custom
849 command to be executed in case the kernel image is not found.
850 * Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
851 now works with COMBOOT/COM32 images.
852 * PXELINUX: Poll for ARP requests while sitting at the
853 prompt. This makes some boot servers a lot less unhappy.
854 * PXELINUX: Actually free sockets when we get a failure
855 (including file not found.) This bug would cause us to run
856 out of sockets and thus "go deaf" after a while.
857 * MEMDISK: Add an API to query for the existence of MEMDISK.
858 * SYSLINUX: Fix loading boot sectors (.bs/.bss) from floppy
860 * .c32 is now one of the extensions searched for
862 * PXELINUX: RFBG.exe seems to randomly overwrite memory
863 location 0x5700. Thus, don't use it!
864 * PXELINUX: Change pathname length max from 63 to 127; change
865 max vkernels from 128 to 64.
866 * Support Ctrl-U -> kill entire command line input.
867 * The "samples" directory contains a (barely at all tested)
868 chain loading example, chain.c32, which may be used to
869 chainload local floppy disks and hard disks. Use with
870 "chain fdN" or "chain hdN [partition]"; N = 0 for the first
874 * MEMDISK: Workaround for BIOSes which go into a snit when
875 they get a RESET command for the floppy system when there is
876 no floppy in the system.
877 * PXELINUX: Add "ipappend 2", which passes the hardware
878 address of the boot interface to the kernel as a
880 * mkdiskimage: fix the generation of the end limit.
881 * PXELINUX: Fix multiple bugs in chainloading of other NBPs.
882 * MEMDISK: Fix bug that would occationally cause "ran out of
883 input data" when using compressed disk images.
884 * SYSLINUX: Updates for the win32 installer (from Lars Munch.)
885 * PXELINUX: PXELINUX-specific options are now recognized both
886 in a vendor-option-space (a.k.a. type 43 encapsulated) as
887 well as in a site-option-space (unencapsulated.)
888 * COM32: Don't crash when DS != 0.
889 * COMBOOT/COM32: Make file reading work correctly. Thanks to
890 Phung Chi Kien for submitting a test program.
893 * ALL: Fix problem that would occationally cause a
894 boot failure, depending on the length of the kernel.
895 * ISOLINUX: Fix problem that would occationally cause a
896 boot failure, depending on the length of directories.
897 * SYSLINUX: Win32 installer now flushes buffers.
898 * ppmtolss16: Be fully compliant with the PNM spec;
899 actually process comments in the header and odd
900 alignments of the various parameters, as well as
901 "plain" (not raw) files and PBM and PGM files.
902 * PXELINUX: Lower the default MTU to 1472 in order to deal
903 with systems with slightly nonstandard MTUs, and PXE
904 stacks which don't defragment correctly. Unfortunately this
905 is very hard to test dynamically.
908 * PXELINUX: Add a default query based on the hardware address
909 of the boot device. This is in lower case hexadecimal form
910 separated by dashes and including the hardware type, for
911 example, the Ethernet (type 1) address 88:99:AA:BB:CC:DD
912 would query the file pxelinux.cfg/01-88-99-aa-bb-cc-dd.
913 * PXELINUX: Fix bug involving non-IP-based config file names.
914 * SYSLINUX: New installer for WinNT-based systems, from Lars
916 * MEMDISK: Fix handling of memory region overlap when
917 decompressing. Thanks to Mikhail Kupchik for identifying
921 * ALL: Reclaim even more low memory by observing that
922 comboot_seg == real_mode_seg is perfectly fine, and by the
923 fact that the 1000h segment managed to get unused in all
925 * PXELINUX: Attempt to negotiate full Ethernet-sized blocks
926 (1468 bytes) using the blksize option.
927 * SYSLINUX: Resurrect the old no-mtools version of the
928 installer, although as a root-only tool. Some distributors
929 have indicated that they need a small standalone installer.
930 * MEMDISK: Fix a memory offset computation error when
931 installing compressed disks which generally would cause
932 1 MB of memory to be wasted.
933 * MEMDISK: Fix installing the E820 memory map. Calling
934 INT 15h AX=0E820h with MEMDISK 2.03 loaded would give a
935 completely corrupt memory map.
936 * SYSLINUX: Make libsyslinux a dynamic library, so that it can
937 be updated separately from client programs. The whole idea,
938 after all, is to enable alternate programs to become
940 * Include an rpm spec file in the distribution, so rpmbuild
944 * Actually support comment lines in the configuration file.
945 * PXELINUX: Try to resolve some problems with stack switches.
946 * PXELINUX: Handle PXE stacks with broken routing.
947 With these workarounds, the remote install PXE boot floppy
948 (rbfg.exe) from Argon Technologies should work correctly.
949 * Fix problems with Perl scripts in UTF-8 locales.
950 * You probably need NASM 0.98.34 or later to compile this
951 version. 0.98.36 is recommended.
952 * MEMDISK: Now supports gzip compressed images.
955 * SYSLINUX: Security flaws have been found in the SYSLINUX
956 installer when running setuid root. Rewrite the SYSLINUX
957 installer so it uses mtools instead. It therefore now
958 requires mtools (specifically mcopy and mattrib) to exist on
959 your system, but it will not require root privileges and
960 SHOULD NOT be setuid.
963 * MEMDISK: Fix memory sizing bug when the ramdisk crosses the
965 * MEMDISK: Add a "pause" option to stop immediately before
966 booting, to read off the messages.
967 * MEMDISK: Support disk images with DOSEMU headers.
968 * Update the mkdiskimage script to handle newer mtools
969 versions, and be able to generate disk images with DOSEMU
970 headers (controlled by the -d option).
971 * Fix the COM32 sample program.
972 * PXELINUX, ISOLINUX: Fix some COMBOOT API calls.
974 * Build SYSLINUX into a small library for encapsulation into
975 other programs (however, please keep in mind this is a GPL'd
977 * SYSLINUX: Make installer work with "owner" in /etc/fstab.
978 * SYSLINUX: Fix issue with working on nonpartitioned hard disk
979 devices. THIS CONFIGURATION IS NOT RECOMMENDED.
982 * ALL: Add support for "COM32" (32-bit COMBOOT) images.
983 * ALL: Add an API for COMBOOT/COM32 images. See comboot.doc
984 for details. There is a C development environment for
985 COM32 being created; it should be ready at some point in
987 * Fix mbr.asm so that it actually works.
988 * SYSLINUX: The syslinux installer *SHOULD* now be safe to
990 * PXELINUX: Fix bug where PXELINUX would override random
991 chunks of the UNDI code segment! Thanks to Kevin Tran for
993 * ISOLINUX: Fix a bug related to slashes in pathnames.
994 * ISOLINUX: Fix a bug in handling initrds over 128 MB.
995 * ALL: Make the <Ctrl-V> key print out the version; this is
997 * Add a small script, mkdiskimage, to create a DOS-formatted
998 hard disk image using mtools. This may be useful in
999 conjunction with MEMDISK.
1000 * ISOLINUX: Search for a /boot/isolinux directory as well as
1002 * ALL: Fix a bug related to very long configuration files.
1003 * PXELINUX: Work around a NASM bug which would result in no
1004 delay before reset if an error occurs.
1007 * ISOLINUX: Remove code no longer used which caused hangs on
1008 some Toshiba laptops.
1011 * ALL: NASM 0.98.32 or later is now required to build
1012 SYSLINUX from sources.
1013 * SYSLINUX: put back in the workaround for the BIOS floppy
1014 table. This seems to be a requirement for "extended" floppy
1015 formats to work correctly.
1016 * SYSLINUX: No longer warn if one is trying to boot on a 286
1017 or older. The above BIOS workaround no longer fits if the
1018 requirement to use only 8086-compatible code in the early
1019 boot is maintained. It made sense in 1994, but in 2002 a
1020 286 or older is a museum object.
1021 * SYSLINUX: Use a downright bizarre, stateful algorithm to try
1022 to guess the maximum transfer size. I am *hoping* this will
1023 cut down on the number of systems for which -s is required
1024 to work at any acceptable speed.
1025 * ISOLINUX: Add a few more workarounds for various broken El
1027 * Make sure .depend files aren't accidentally packed...
1028 * ALL: Fix bugs in the extension-detect code; this caused
1029 files like COMBOOT images and CD boot sectors to be
1030 mis-identified as Linux kernels and rejected.
1031 * ALL: Fix the return from COMBOOT.
1032 * ALL: Do some of the early groundwork for supporting DOS
1033 system calls in COMBOOT.
1034 * Get rid of unnecessary "near" directives, making the code
1036 * PXELINUX: Put the PXE stack back in the init state before
1037 invoking a chain-loaded NBP.
1038 * PXELINUX: Actually found the combination of calls that
1039 allows some (most?) PXE 2+ stacks to be unloaded from memory
1041 * PXELINUX: Add "keeppxe" command-line option to disable
1042 the standard unloading of the PXE stack.
1045 * SYSLINUX: fix bug that would cause valid kernel images to be
1049 * Work on removing gratuitous differences between modules.
1050 * Break up the source in common and module-specific files.
1051 * PXELINUX: Allow chaining of other PXE NBPs.
1052 * ISOLINUX: Allow loading "CD-ROM boot sectors".
1053 * ALL: generalize the definition of a boot sector/NBP.
1056 * PXELINUX, ISOLINUX: Fix bugs in the new core code.
1059 * Fix a "brown paper bag" class bug in the new core code.
1062 * Major code restructuring.
1063 * Relax the conventional memory limits somewhat.
1064 * MEMDISK: Set up the "version number string" pointer in the
1066 * SYSLINUX: Fix, again, "the bug that won't die": the use of
1067 the offset parameter with the SYSLINUX installer.
1068 * SYSLINUX: Fix possible superblock corruption problem in the
1072 * Handle bug in the location of initrd.
1075 * MEMDISK: Make compile with newer versions of gcc.
1078 * ISOLINUX: Support booting disk image files (to boot DOS or
1079 other non-Linux operating systems), *IF* the BIOS works
1080 correctly; unfortunately many BIOSes apparently don't.
1081 * Support Linux boot protocol version 2.03 (explicitly
1082 specify the initrd address limit.)
1083 * Handle small "pseudo-kernels"; images that use the Linux
1084 kernel boot protocols but are less than 64K in size.
1085 * MEMDISK: New subsystem; this is a driver which allows
1086 legacy OSes to boot using an in-memory simulated disk.
1087 See memdisk/memdisk.doc for more info.
1088 * PXELINUX, ISOLINUX: Correctly handle files larger than 65535
1089 blocks (32 MB for PXELINUX, 128 MB for ISOLINUX.)
1090 * PXELINUX: Make a best-effort attempt at freeing all memory
1091 claimed. From the looks of it, it will fail on most PXE
1095 * Limited support for hardware flow control when using a
1096 serial port console.
1097 * Support specifying the serial port I/O address explicitly.
1098 * Make DOS installer hopefully behave more nicely when used on
1099 recent Windows versions.
1100 * Fix returning to text mode when a font has been specified.
1101 * Attempt to detect missing serial port hardware and disable
1102 the serial port if there is nothing there.
1105 * Make the ppmtolss16 program handle color conversion more
1107 * Clean up "make install" target, honour INSTALLROOT if it
1109 * SYSLINUX: Fix stack-smash bug identified by Steffen
1111 * Hopefully fix return-to-text-mode on some graphics cards.
1112 * ISOLINUX: Bug workaround for Award BIOS 4.51, and perhaps
1113 other buggy BIOSes as well.
1116 * PXELINUX: Allow the DHCP server to override the
1117 configuration file name and pathname prefix, using
1118 "site-specific" DHCP options.
1119 * PXELINUX: Documentation fixes.
1120 * PXELINUX: Fix the "ipappend" option; the last two values
1121 were reversed vs. what the kernel expected.
1122 * Introduce a way to return to text mode once we are already
1123 in graphics mode. This may be useful for F-key help
1125 * Fix several bugs in the way return to text mode was handled.
1128 * ISOLINUX: Support full pathname searches. Max length for a
1129 pathname is 255 characters. As a result, only 64 "label"
1130 statements are supported in ISOLINUX.
1131 * PXELINUX: Max filename length extended to 63 characters.
1134 * Add support for graphical splash screens.
1135 * Add mode control characters, which allows you to control
1136 message display output depending on output mode (text,
1137 graphics, or serial port.)
1138 * ISOLINUX: New program, which boots Linux from a CD-ROM
1139 without using floppy emulation mode. See isolinux.doc for
1141 * PXELINUX: Don't search for boot sector file types, since
1142 they don't work anyway.
1143 * SYSLINUX: Document the LOCK command for Win9x, and the error
1144 dialog box for WinNT/2K.
1147 * PXELINUX: Fix code for finding !PXE from PXENV+. This was
1148 due to a spec bug; match the most recent spec since that
1149 seems to be what implementations actually do.
1150 * SYSLINUX: Add some smarts to the boot sector, which
1151 hopefully should reduce the number of systems which require
1152 stupid mode ("syslinux -s").
1153 * PXELINUX: Document further some of the pathologies with old
1155 * When specifying a "default" command line, no longer
1156 automatically appent "auto". See the "DEFAULT" command in
1157 syslinux.doc for more information.
1158 * PXELINUX: Clean up the allocation of local socket numbers.
1161 * PXELINUX: Rename pxelinux.bin to pxelinux.0, to match what
1162 most PXE servers seem to expect.
1163 * PXELINUX: Update the DHCP/boot server setup documentation.
1164 * PXELINUX: Support new "localboot" option for "label"
1166 * PXELINUX: More robust parsing of DHCP/boot server packets.
1167 * PXELINUX: Include a small utility program "gethostip" to
1168 compute hexadecimal IP addresses.
1171 * PXELINUX: Fix bugs introduced by new A20 code. (SYSLINUX
1172 has also been changed for code consistency reasons, but I'm
1173 pretty sure the changes are don't care on SYSLINUX.)
1174 * Documentation updates.
1175 * PXELINUX: Add "ipappend" option to generate an ip= option to
1179 * PXELINUX: Not all PXE stacks fill in the IP address for a
1180 type 3 cached info query. Use a type 2 cached info query
1181 for this information (only.)
1182 * Yet another attempt at A20 coding. Now support BIOS call
1183 15:2401 as well, and handle machines which always have A20
1185 * Support memory detection using INT 15h, AX=0E820h. BIOS
1186 manufacturers have apparently gotten sloppy about keeping
1187 INT 15h, AX=0E801h working properly.
1188 * Don't issue <CR><LF> onto the serial port when we're doing
1192 * Yet another A20-code update. It seems some "legacy-free"
1193 machines and embedded gear simply don't have a KBC to talk
1194 to, and that waiting for one will wait forever. Sigh.
1197 * SYSLINUX: Implement a hack for BIOS drivers which hog significant
1198 chunks of low memory during boot. (Note: PXELINUX already
1199 had this modification. SYSLINUX does still require that the
1200 low 512K is available; PXELINUX requires 384K. Machines
1201 with a physical memory hole in the low 640K cannot boot
1202 Linux no matter what.) Depending what the reason is for the
1203 memory hole, a new kernel (2.4.0-test3-pre3 or later) may be
1205 * SYSLINUX: Default installer binary now compiled against
1206 glibc 2.1. If this is inappropriate for your system and you
1207 still want to use the offical version of SYSLINUX, please
1208 follow the instructions in "distrib.doc" to rebuild the
1210 * SYSLINUX: Linux installer program now supports -o <offset>
1211 option which does a loopback mount with the
1212 -o loop,offset=<> option. Useful to run SYSLINUX on an
1213 individual partition of a whole-harddisk image.
1214 * Include the source code to a Master Boot Record (MBR)
1215 functionally equivalent to the one installed DOS except it
1216 includes EBIOS support, and should be resistant to geometry
1217 changes. The MBR code is public domain.
1218 * PXELINUX: Fix "double p" bug: if the tftp prefix was null,
1219 all filenames would get a "p" preprended, e.g.
1220 "ppxelinux.cfg" and "pvmlinux".
1223 * PXELINUX: Workaround for PXE ROMs based on the Intel PXE PDK
1224 3.0 build 071 and earlier: missing !PXE structure pointer.
1225 * PXELINUX: Handle larger BOOTP/DHCP packages.
1226 * PXELINUX: The command line passing was broken; fix.
1227 * PXELINUX: Make COMBOOT images work.
1228 * PXELINUX: Documentation on how to make booting work using
1229 the PDK 3.0-derived clients, which aren't so generous as to
1230 allow booting with only "PXEClient" specified.
1233 * PXELINUX: RFC 1123 states that a TFTP implementation MUST
1234 use adaptive timeout, "at least an exponential backoff of
1235 retransmission timeout is necessary." Implement a very
1236 simple exponential backoff for retransmits.
1237 * PXELINUX: Updated documentation, including pointer to new
1239 * PXELINUX: When sending ERROR due to bad OACK, use the proper
1240 destination port number (why are TFTP port numbers so odd?)
1241 * PXELINUX: If the boot dies in the middle somewhere,
1242 eventually give up and reset the machine (unattended
1246 * New program PXELINUX to do network booting using a
1247 PXE-compliant (Pre-Execution Environment) network booting
1248 PROM. See pxelinux.doc for details.
1251 * Serial console support. See syslinux.doc for details.
1254 * Change HIGHMEM_MAX to 38000000h to (hopefully) avoid the
1255 kernel stepping on it; 3f000000h was apparently a higher
1256 limit than the kernel used!
1259 * Add sys2ansi.pl script to display the contents of a
1260 colorized SYSLINUX file.
1261 * Changed the io_delay once again, after a report that the
1262 old delay port causes hangs on some systems.
1265 * Frob the "fast A20 gate" port as well as the keyboard
1266 controller; will this help systems with problems?
1267 * Be even more paranoid about A20, unfortunately even this
1268 seems to be not paranoid enough... what I don't understand
1269 is that if there is hardware out there *this broken*, how
1270 can it run Linux at all? Report an error message rather
1271 than hang forever if A20 is stuck.
1272 * Include some intermediate files in the distribution, plus
1273 provide a "make installer" target for distributors to relink
1274 the install programs only. I would prefer the syslinux boot
1275 loader proper to be "binary clean" for debuggablity -- use
1276 "make clean ; make installer" to rebuild the installers only.
1279 * Don't get confused by directories, volume labels, or VFAT
1281 * Use INT 15h, AX=0E801h to query memory size before trying
1282 INT 15h, AH=88h. This not only provides more headroom
1283 between the kernel and the initrd on large-memory machines,
1284 but it appears some recent BIOSes actually have started
1285 returning garbage for the AH=88h (older) call.
1286 * Trust high memory beyond the 15 MB mark if the user has
1287 specified it, or if obtained with INT 15h, AH=0E801h (with
1288 no memory holes above 1 MB.)
1291 * Increase A20M delay and put in a test to avoid problems on
1292 certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
1293 for vital info on this one.)
1294 * Support COMBOOT style boot command images.
1295 * Support chain loading (foreign operating systems, e.g. DOS).
1296 * Include a new "copybs" DOS utility to copy a boot sector to
1297 a file (under Linux, use "dd".)
1298 * Fix the DOS installer to work for disks over 32 MB.
1299 * SYSLINUX should now handle disks with more than 65536 tracks.
1302 * Fix a bug that caused "label" statements in syslinux.cfg to
1303 not be handled properly.
1304 * Updated the documentation. Among other things, we now allow
1305 up to 128 "label" statements.
1308 * Fix for booting old (pre-initrd) kernels.
1309 * It seems at least some versions of OS/2 doesn't set up all
1310 the fields in the superblock correctly. Account for that.
1311 * Fix bug that caused boot failure when using the mem= option.
1314 * Loading from partitions now should work properly. (Actually
1315 tested, this time. You should even be able to dd a floppy
1316 to a partition and boot from it.)
1317 * Removed large workaround code for an alleged ancient BIOS
1318 bug I have never actually seen. The -s option should work
1319 on those machines, anyway.
1320 * Support for simple keyboard remappings, same as used by
1321 LILO (once again to support localization.) The program
1322 keytab-lilo.pl from the LILO distribution included to
1324 * Added a "safe, slow and stupid" (-s) option to the
1325 installers. This option will lobotomize the boot sector to
1326 hopefully work on even very buggy BIOSes.
1329 * Ability to load a VGA font on bootup (for localized Linux
1333 * Bug fix in the Linux installer.
1334 * Added a workaround for a bug in certain AMI/Intel BIOSes
1335 when booting from CD-ROM.
1336 * Documentation changes.
1339 * FAT16 filesystems are now supported.
1342 * Now compiles under Linux, using NASM, rather than using
1343 Turbo Assembler under DOS. See http://www.cryogen.com/Nasm
1344 for information about NASM.
1345 * Linux-hosted SYSLINUX installer, as well as a
1346 rewritten DOS installer (now is written in assembler, so we
1347 don't need Turbo C.)
1350 * Added support for loading bzImage and initrd loading, and made
1351 SYSLINUX new-setup-code aware (SYSLINUX 1.30 id=0x31).
1352 * Added LILO-style kernel labels; see the LABEL and IMPLICIT
1353 keywords in README file.
1354 * Added support for colorization of intro and help screens.
1355 * The vga= option is now handled correctly.
1356 * Massive rewrite of large chunks of the code in order to
1357 support the first two new features.
1360 * Added simple online help at the "boot:" prompt.
1361 * Removed 2880K image as I no longer have access to such a
1362 floppy drive. (Donations accepted!!)
1363 * Decided to distribute the source in a subdirectory rather
1364 than in a nested zipfile.
1367 * Removed a sanity check which would cause booting to fail on
1368 Phoenix BIOS version 4.03. Apparently this BIOS is buggy.
1371 * Added configuration file SYSLINUX.CFG. This file contains all
1372 configurable options, and can be edited from any OS which can
1373 access an MS-DOS filesystem; there is no longer a need to run
1374 SYSLINUX.EXE except to write the boot sector.
1375 * Default command line now given by "default" line in config
1377 * LINUXMSG.TXT and BOOTMSG.TXT hard-coded file names replaced by
1378 "display" and "prompt" lines in config file.
1379 * LILO-style option appending now supported ("append" line in
1381 * Prompt timeout is now supported ("timeout" line in config
1382 file). The timeout is cancelled when anything is typed on the
1384 * Pressing <ESC> or <Ctrl-C> at the Loading... stage now aborts
1385 the kernel loading in progress and returns the user to the
1387 * The installer now automatically sets the READONLY flag on
1389 * Added 2880K disk image.
1392 * Fixed bug that would prevent booting from double-density
1393 floppies and other DOS filesystems with multiple sectors per
1395 * Added 720K disk image.
1396 * Changed default kernel name on disk images to LINUX.
1399 * Fixed bug that would garble the command line on recent kernels
1400 with more than 4 sectors of setup code (this wasn't really a
1401 *bug*; rather, a kernel change broke the code. Unfortunately
1402 the Linux boot interface is still sorely undocumented).
1403 * Added BOOTMSG.TXT file support (message file which does not
1404 force display of the boot prompt).
1407 * Fixed bug on some (most?) 386 BIOSes would require two boot