1 Starting with 1.47, changes marked with SYSLINUX, PXELINUX, ISOLINUX
2 or EXTLINUX apply to that specific program only; other changes apply
6 * com32: Switched from the COM32 object format to ELF as it is
7 a much more powerful format that allows undefined symbols to
8 be resolved at runtime and dynamic loading of module
9 dependencies, which means modules now become shared object
10 files instead of statically linked binaries - reducing both
11 disk space and runtime memory consumption.
12 * core: Split non-core functionality into ldlinux.c32, which
13 is an ELF module loaded by the core that contains everything
14 the core doesn't require to boot the system, e.g. config
15 parser, command-line interface, etc.
16 * Replaced __intcall() calls with direct function calls now
17 that we can resolve undefined symbols at runtime, thanks to
18 the ELF object support. Now that we no longer need to go
19 through the 16-bit interrupt mechanism we can make full use
20 of the 32-bit execution environment. This change required
21 reimplementing lots of the 16-bit assembly code from core/
23 * com32: __com32.cs_bounce is gone now we always run in a
24 32-bit environment once we execute ldlinux.c32.
25 * ldlinux: A new "PATH" directive was added to the ldlinux.c32
26 config parser that specifies a colon-separated list of
27 directories to search when attempting to load modules.
28 * ALL: Delete all references to/code for 16-bit COMBOOT files.
29 COMBOOT files (.cbt and .com) are no longer supported under
33 * Support for NTFS, by Paulo Alcantara.
34 * EXTLINUX: more robust device detection, allow user to override.
35 * kontron_wdt.c32: Add a new module to enable the hardware
36 watchdog of some Kontron boards. It allows enabling the watchdog
37 and then booting a given image.
38 * HDT updated, and now can display images regarding some detection
39 steps. Add postexec command to run a particular entry after
40 HDT's execution, add silent option and various fixes.
41 * ifcpu.c32: Detect hypervisor presence.
42 * lua.c32: Add dhcp support and support for native Syslinux
43 functions syslinux_config(), syslinux_ipappend_strings() and
45 * isohybrid: Workaround for various EFI systems.
46 * pxechn.c32, a PXE NBP chainloader. More versatile alternative
47 to pxechain.com and resolves the PXELINUX -> WDS issue with
48 Microsoft Windows Server 2008R2 (Gene Cumm).
49 * btrfs: Fix booting off of a subvolume.
50 * com32: Add device tree support.
51 * SYSLINUX: Fix relative paths for VFAT. The CONFIG and APPEND
52 directives now support entirely relative paths.
55 * HDT updated, and now supports uploading data to a TFTP
57 * ISOLINUX: remove the .img file support; it has been broken
58 on virtually all systems since the beginning, and has been
59 totally broken since 4.00 at least. Use MEMDISK instead.
60 * chain.c32: Support chaining ReactOS' FreeLdr (Shao Miller)
61 * isohybrid: -m option to add support for Mac EFI booting.
62 * ifmemdsk.c32: Choose boot option based on presence of
64 * Remove bogus distributed mk-lba-img binary.
65 * The Syslinux project has a new, cool logo by Abi
66 "ixxvil" Rasheed (doc/logo/*).
69 * PXELINUX: Fix handling of unqualified DNS names.
70 * PXELINUX: Fix timer bug when PXELINUX might be unloaded
72 * core/writedec.inc: Fix duplicate declaration and overflow
75 * sample directory: Fix Makefile include (Gene Cumm).
76 * ver.com: New universal DOS/COMBOOT application to display
77 version information (includes DRMK) (Gene Cumm).
78 * rosh.c32: updated; Using getopt() for internal commands to aid
79 parsing options; Fix bugs in ls; add warm reboot and echo
81 * com32: fix a file descriptor leak.
82 * gfxboot.c32: handle TEXT..ENDTEXT; error out on no LABELs
83 found (Sebastian Herbszt).
84 * Fix booting on non-partitioned devices.
85 * MBR, isohybrid: Workaround for a BIOS issue on Acer
86 Travelmate and possibly other machines.
87 * COM32: Adding ACPI parsing libary
88 * HDT: Release 0.4.1 to support ACPI parsing,
89 improved mutli-core/cpu reporting
90 * LUA: Updating to 5.1.4-2
91 * SYSLINUX: core/diskstart.inc: Reset DS after checksum in case
92 it isn't 0 (Gene Cumm).
93 * win64: Script update for additional mingw compiler names
95 * diag: New directory for diagnostic-related tools. Add a
96 handoff MBR/VBR and geometry display images (Gene Cumm).
97 * MEMDISK: use "mem=" parameter to mark available memory above
98 this point as reserved (core already does alignment) (Gene Cumm).
99 * MEMDISK: Additional disk probe checks and debug output
100 (Shao Miller, Gene Cumm).
101 * gpxe: add gpxelinuxk.0, based off of undionly.kpxe + new
103 * isohybrid: install the isohdpfx*.bin/isohdppx*.bin files to
104 make isohybrid images in one step with GNU xorriso.
105 * PXELINUX: disable a hack that would make localboot work on
106 some machines, but break just about as many. Some machines
107 which worked with "localboot 0" in previous versions may
108 need "localboot -1" in this one. If you have a machine
109 which requires "localboot -1", a copy of the dmidecode
110 or sysdump output would be appreciated.
111 * Include a set of diagnostics by Gene Cumm.
112 * Fixes for gcc 4.6 and binutils 2.21.51.
113 * chain.c32: Allow "uuid" as a synonym to "guid".
114 * Handle directory names starting with .. for vfat and
116 * New MENU HIDDENKEY command to provide a one-keystroke way to
117 activate a boot option from a hidden menu intro screen.
120 * Don't hang if no configuration file is found.
121 * Better support for booting from MBRs which don't pass
122 handover information.
123 * EXTLINUX: Try to be smarter about finding the partition
125 * chain.c32: support chainloading Dell Real Mode Kernel (Gene
127 * chain.c32: fix booting in CHS mode.
128 * rosh.c32 updated (Gene Cumm).
129 * Fix the -s option to the syslinux/extlinux installer (Arwin
131 * isohybrid: fix padding of large images (PJ Pandit).
134 * SYSLINUX: correctly handle the case where the -d option is
135 specified with a non-absolute path, i.e. "syslinux -d
136 syslinux" instead of "syslinux -d /syslinux".
137 * ISOLINUX: recognize the directory names /boot/syslinux and
138 /syslinux, and the filename syslinux.cfg in addition to the
139 isolinux-specific names. Thus, "syslinux.cfg" is now a
140 generic name, whereas "isolinux.cfg" or "extlinux.conf" is
141 specific to different derivative.
142 * chain.c32: support setting alternate config filename for
143 stage2 of GRUB Legacy (Gert Hulselmans).
144 * whichsys.c32: execute specific command, based on Syslinux
145 bootloader variant (Gert Hulselmans).
146 * lua.c32: a lot of new bindings added to the "syslinux"
147 namespace: VESA, PCI, DMI, kernel loading (Marcel Ritter).
148 * btrfs: print a comprehensive error message if compressed or
149 encrypted files are encountered (neither is currently
151 * SYSLINUX: mtools installer: honor TMPDIR, error out on disk
153 * Handle fallbacks from EDD to CHS, to deal with systems which
154 announce EDD support but don't actually have it.
155 * SYSLINUX: the mtools, DOS and win32 installers now use the new
156 command line options.
157 * PXELINUX: fix the use of IP addresses in TFTP :: or tftp://
159 * SYSLINUX: experimental Win64 installer (syslinux64.exe).
162 * ISOLINUX: fix initialization on systems which don't zero
164 * SYSLINUX/EXTLINUX: fix handing of disk read retries in
166 * ISOLINUX: change the initialization sequence to avoid
167 problems with certain (old) BIOSes. Special thanks to
168 Helmut Hullen for invaluable debugging support.
169 * ifplop.c32: new module which detects if the PLoP Boot Loader
170 already has booted a CDROM or USB drive (Gert Hulselmans).
171 * Correct a severe memory overwrite bug, triggered primarily
172 when selecting a very long command line in the menu system.
173 * lua.c32: Lua script interpreter, currently experimental
174 (Alexey Zaytsev, Marcel Ritter, Geert Stappers).
175 * PXELINUX: new option IPAPPEND 4 to append the system UUID to
176 the kernel command line.
177 * PXELINUX: display BOOTIF and SYSUUID at startup time, and
178 when Ctrl-N is pressed on the command line.
181 * Major code base changes; all filesystem rewritten in C.
182 This work was done primarily by Liu Aleaxander (Yuanhan Liu).
183 * EXTLINUX: btrfs and ext4 support. btrfs support was done by
185 * EXTLINUX is no longer a separate derivative; extlinux and
186 syslinux both install the same loader (ldlinux.sys); for the
187 Linux-based installers the extlinux binary is used for a
188 mounted filesystem; the syslinux binary for an unmounted
190 * When loading a new configuration file with the CONFIG
191 command, one can now also specify a new current directory
192 with an APPEND statement.
193 * Full ADV support for Syslinux, to boot-once and MENU SAVE
195 * Full support of GPT-partitioned disks, including disks
196 and/or parititions larger than 2 TiB (if supported by BIOS.)
197 * The GPT handover protocol adjusted to the current T13
198 committee draft; see doc/gpt.txt.
199 * HDT: code cleanup, small bugfixes
200 * The "linux" syslinux installer (syslinux-nomtools) now has a
201 command-line syntax closer to the extlinux installer. The
202 mtools, dos and win32 installers will get this new syntax
203 eventually, but it is not implemented yet.
204 * chain.c32: support booting GPT partitions by index, GUID, label.
205 * chain.c32: support booting the Syslinux partition with "fs".
206 * chain.c32: implement gpt.txt hand-over protocol.
207 * chain.c32: support for chainloading Grub stage 2.
208 * PXELINUX: TFTP URL syntax (tftp://) supported even when not
209 running gPXE/gpxelinux.
210 * New ls.c32 module to display the contents of the disk from
211 the command line, and pwd.c32 to display the current
213 * rosh.c32 (read only shell) updated and hopefully usable.
214 * PXELINUX: Support "localboot -1", just like the other
216 * gfxboot.com removed in favor of gfxboot.c32.
217 * New MENU HELP statement to display fullscreen help text as a
218 result of a menu selection.
219 * memdiskfind utility that can be used with the phram driver
220 in the Linux kernel to mount a memdisk.
221 * ifcpu.c32: Adding usage when no parameters are given,
223 * ifcpu.c32, ifcpu64.c32: handle more than one argument per
225 * isohybrid: C version which does not require Perl.
226 * New command MENU IMMEDIATE to permit hotkeys to activate
227 immediately without needing Enter.
228 * mdiskchk.com supports a --no-sequential (or -n) option to
229 suppress the classic all-drive-probing heuristic. Useful
230 on BIOSes who crash/hang when certain drive numbers are
232 * ElTorito.Sys DOS driver now scans drive numbers upwards
233 instead of downwards, in order to avoid a fairly common
234 bug on some BIOSes where probing drive 0xFF causes a
236 * NASM 2.03 or later required to build. 2.07 or later
240 * chain.c32: fix chainloading the MBR of a hard disk (broken
242 * mboot.c32: report the boot loader name in the information
244 * com32: set argv[0] in a com32 module.
245 * core: add a workaround for a bug in Xen HVM older than
246 version 3.3: disable halt on those platforms.
247 * Fix problems where certain operations in com32 modules would
248 cause the core to believe the system was idle.
249 * MEMDISK: fix MBR detection when used with a DOSEMU header or
251 * MEMDISK: generate the mBFT checksum correctly.
254 * gPXELINUX: updated to gPXE 1.0.0. gPXELINUX can now do NBP
255 chainloading, and does not require a second DHCP.
256 * vesamenu.c32: unbreak the default "grey hole" background.
257 * We no longer have a built-in default of "linux auto".
258 Instead, if no DEFAULT or UI statement is found, or the
259 configuration file is missing entirely, we drop to the boot:
260 prompt with an error message (if NOESCAPE is set, we stop
261 with a "boot failed" message; this is also the case for
262 PXELINUX if the configuration file is not found.)
263 * chain.c32: support chainloading Grub4DOS; patch by Gert
265 * New tool: sysdump.c32, can be used to produce system
266 information for debugging via tftp or ymodem (serial port).
267 * "vga=current" on the Linux command line is now supported.
268 * chain.c32: support for Windows Recovery Console, via the
270 * chain.c32: should now support loading NTLDR from different
271 type media than loaded from.
272 * chain.c32: support chainloading to a FAT/NTFS partition with
273 invalid "hidden sectors" via the "sethidden" option.
274 * memdisk: fix the mBFT ACPI table.
275 * vesamenu.c32: if the image is smaller than the screen, tile
276 it across the whole screen.
277 * mkdiskimage: -s option for producing a sparse image.
278 * vesamenu.c32: support arbitrary resolution setting (beyond
279 BIOS support) on some Intel-based video chipsets. This code
280 is a modified version of the "915resolution" tool by
281 Steve Tomljenovic; your mileage might vary.
284 * SYSLINUX: make the DOS installer work for MS-DOS 7.x/8.x
286 * HDT: updated to version 0.3.6 (numerous changes.)
287 * mboot.c32: now supports video mode setting if requested by
289 * MEMDISK: Fix floppy images of PC-DOS.
290 * MEMDISK: Add support for emulation of CD-ROM images; patch
292 * MEMDISK: Comply with the Win9x "safe hook" standard,
293 allowing a protected-mode driver.
294 * MEMDISK: New "mBFT" ACPI table, by analogy with the iSCSI
295 iBFT table. This allows detection from a protected-mode
296 operating system without EDD support.
297 * 32-bit version of the gfxboot loader (gfxboot.c32), so far
298 experimental. This will replace gfxboot.com in the future.
299 * vesamenu.c32: new MENU RESOLUTION directive to set a screen
300 resolution other than 640x480.
301 * chain.c32: add support for loading isolinux.bin.
302 * chain.c32: make sure to always return to text mode.
303 * eltorito.sys: DOS driver for generic CD-ROMs; by Gary Tong
307 * PXELINUX: clear memory before handing over to a chainloaded
308 NBP. This may help avoid a bug in Windows RIS.
309 * PXELINUX: fix localboot after NBP chainloading on certain
310 BIOSes (including ASUS A8N-E, but possibly others.)
311 * chain.c32: support chainloaded bootloaders on ISOLINUX.
312 * PXELINUX: allow filenames up to 251 characters.
313 * MEMDISK: fix problems booting from USB on Thinkpads, and
314 possibly other machines or hardware combinations.
315 * isohybrid: fix the -id option.
316 * HDT: updated to version 0.3.4.
317 * MEMDISK: the stack size is now configurable, with the stack=
319 * Simple menu: fix Ctrl-W (word erase) in command-line edit.
320 * Simple menu: fix crash on some platforms.
321 * Gfxboot: fixes to the configuration file parsing.
322 * PXELINUX: add a tool to override specific DHCP options via
323 values hardcoded in the pxelinux.0 file. These hardcoded
324 values can be either "before DHCP" (defaults if DHCP do not
325 provide values), or "after DHCP" (overrides DHCP). The tool
326 pxelinux-options can be used to set these options. This
327 feature does not apply to gpxelinux.0; when used with gPXE
328 this is better handled by modifying the embedded script.
331 * isohybrid: fix the -partok logic for loading from a partition.
332 * ISOLINUX: deal with systems which return from INT 13h with
334 * Do not invoke the idle handler during large file loads.
335 * Simple menu: make ONTIMEOUT work with MENU HIDDEN.
336 * PXELINUX: handle TFTP servers which have extra NULs at the
337 end of an OACK packet.
340 * Shuffler: fix bug in real-mode entry. This affected a
341 number of modules, probably in relatively unimportant ways,
342 but it completely broke linux.c32.
343 * Improved performance.
344 * Attempt to halt the processor while idle. This can cause
345 bad reponsiveness when using a serial console especially for
346 automated input; if that ends up being a problem, use the
347 new "NOHALT 1" configuration command.
348 * linux.c32 now suppresses all messages if the "quiet" flag is
350 * isohybrid: add a variety of options, and a help message.
351 * ISOLINUX: fix booting in hybrid mode when CBIOS is used.
352 This unfortunately means that the isohybrid handoff protocol
353 has changed, so the isohybrid utility must version-match
355 * Drop support for ACPI 3 extended memory flags.
356 * Menu system: don't set the autocr flag on the serial
358 * altmbr: fix handling of logical partitions.
359 * altmbr: cap at 439 bytes so the partition select byte isn't
363 * New shuffler mechanism and API.
364 * Rewritten mboot.c32 module.
365 * The syslinux_boot_linux() function has been simplified.
366 * Don't hang trying to boot a "menu quit" label from the CLI.
367 * Fix problem with boot-once "sticking" on some BIOSes.
368 * isohybrid: fix problem with images over 2 GB in size.
369 * APM poweroff module (poweroff.com) by Sebastian Herbszt.
370 * ISOLINUX: fix the handling of large directories. Bug found
371 and fixed by Steffen Winterfeldt.
374 * PXELINUX: fix the "keeppxe" option, which was broken in
376 * MEMDISK: correct the extraction of geometry information from
377 the MBR of a hard disk image, again broken in 3.74.
378 * extlinux(1) man page from Brian Pellin.
379 * Simple menu: MENU SAVE is now controllable on a menu-by-menu
380 or entry-by-entry basis.
381 * gPXELINUX: fix interrupt-disabling bug.
382 * HDT: fix lockup on machines with certain PCI configurations.
385 * New UI directive, which allows a more natural way to specify
386 a menu system (or not.) With the UI directive specifying
387 the menu system, the DEFAULT directive can be used to select
388 the default entry inside the menus.
389 * kbdmap.c32: new module to load a new keyboard map
391 * isohybrid: workaround bug in some versions of binutils.
392 * Fix issue with the placement of the initrd on some machines.
393 * ifcpu64: fix handling of less than three arguments.
394 * Fix bug in the shuffle library when dealing with a very
395 large number of fragments.
396 * Documentation fixes by Vicente Jimenez Aguilar.
397 * gPXE updated to version 0.9.7.
398 * hdt.c32: Hardware Detection Tool, an interactive hardware
399 analyzer module by Erwan Velu.
400 * MEMDISK: enable automatic determination of the disk geometry
401 for a large floppy disk image if (and only if) it is
402 formatted with a FAT filesystem.
403 * SYSLINUX: fix the handling of .bss files on FAT12/16.
404 * Suppress the Loading ... message if "quiet" is specified on
405 the kernel command line.
406 * Fix the use of "CONSOLE 0" with menu.c32.
407 * Allow COM32 modules to be aware of all memory even in the
408 presence of a memory hole. The "linux.c32" module can be
409 used to load a kernel (or memdisk) plus large initrd on
411 * MBR: produce alternate MBR variants which force the drive
412 number to hd0 (_f variants), or force the drive number to
413 hd0 if the Ctrl key is pressed (_c variants.) Furthermore,
414 add an MBR variant (altmbr*.bin) which ignores the active
415 flag and instead boots the partition number specified in the
416 byte at offset 439 decimal.
417 * Add IPAPPEND strings to com32 modules, especially needed for
419 * New MENU SAVE directive which saves the latest menu
420 selection until the next boot. Currently only implemented for
422 * gfxboot.com: *experimental* interface module to Steffen
423 Winterfeldt's "gfxboot" graphical front end
424 (http://gfxboot.sourceforge.net/). Module by Sebastian Herbszt.
427 * Upgrade gPXE to release version 0.9.5.
428 * Fix a number of build errors on various platforms.
429 * Handle systems with E820 "extended attributes" per ACPI 3.
430 Someone "cleverly" decided to change the E820 spec in a
431 backwards-incompatible manner!
432 * MEMDISK: default to "safeint".
433 * Adopt the moniker "The Syslinux Project", standard proper
434 noun capitalization, to refer to the project as a whole.
435 Thus, reserve the all-caps "SYSLINUX" to refer to the FAT
437 * mboot.c32: add "-solaris" option to pass DHCP information to
438 the Solaris kernel; required for automatic Solaris boot
439 without using Solaris' pxeboot program.
440 * config.c32: trivial COM32 module to restart Syslinux with
441 another configuration file from the command line (equivalent
442 to the CONFIG command in the configuratin file.)
445 * Include the pxechain.com module from Jeffery Hutzelman at
446 Carnegie Mellon University. This allows chaining another
447 PXE boot program while changing the DHCP packet passed to
449 * Reorganize the Makefile system.
450 * Major PCI core cleanups and other source cleanup.
452 * Try to avoid memory-snooping attacks on passwords. Note
453 that if someone has root on the box, they generally don't
454 need to compromise the boot loader...
455 * ISOLINUX: fix crash when given a zero-length file.
456 * sdi.c32: support gzipped SDI images.
457 * ISOLINUX: support generating images which can be either
458 a CD-ROM or a hard disk (USB disk, etc.) See
459 doc/isolinux.txt for more information.
460 * Remote gdb support for COM32 modules; patch from Stefan
462 * Support beeps in F-key help in the simple menu system.
463 * Tab display of labels, based on a patch from Sebastian
464 Herbszt. Can be disabled with the NOCOMPLETE configuration
466 * "menu default" can now be specified after "menu begin", to
467 indicate that a specific submenu should be the default entry.
470 * Workaround for a VESA BIOS which tries to make DOS system
472 * Simple menu: fix navigation around disabled entries
473 (or at least try to...)
474 * EXTLINUX: proper error message when confused about mount
476 * MEMDISK: be smarter about incompletely disabled floppies in
477 the BIOS and about being the only floppy.
478 * Optionally allow initrd to be specified on a separate line
479 rather than as part of the "append" line. This is not
480 recommended, but apparently makes life easier for some
482 * SYSLINUX: if no config file is present, set the current
483 directory to the root directory (Sebastian Herbszt).
484 * chain.c32: option "hide" to support hiding and unhiding of
485 primary partitions on the boot drive with DOS, Win, or OS/2
486 partition types (01, 04, 06, 07, 0b, 0c, 0e).
487 * Unbreak the KBDMAP command (broken in 3.70).
488 * EXTLINUX: fix the handling of the ADV when using CBIOS.
489 * ifcpu64.c32: simple COM32 module to select a 32- or 64-bit
490 kernel (and optionally 32-bit kernels with or without PAE.)
491 Eventually we want a scripting language for this
492 kind of stuff; a Lua module is under development.
493 * Fix parsing of the SERIAL command without a baud rate
495 * chain.c32: error out when try to boot an unbootable
497 * SYSLINUX: when building the Win32 installer, search for
498 MinGW under a large number of possible names.
501 * PXELINUX: Support enhanced capabilities when running on top
502 of gPXE (http://www.etherboot.org/). In particular, support
503 URL-style syntax for filenames, and any protocol that gPXE
504 supports (except, currently, iSCSI and AoE.) This feature
505 is currently highly experimental.
506 * Substantial infrastructure changes to support files whose
507 length aren't known at open time (typically network
508 connections.) Please note that the semantics of some of the
509 comboot APIs have changed slightly; please see doc/comboot.txt.
510 * PXELINUX: We no longer require a TFTP server which supports
511 the tsize option for all transfers.
512 * PXELINUX: Integrate with the gPXE source base; unified image
513 now included as "gpxelinux.0".
514 * The source tree has been restructured; files that were
515 previously in the root have moved into the core, dos, gpxe,
516 and utils directories.
517 * "make install", "make netinstall", and "make extbootinstall"
518 have been updated massively. "make install-all" now installs
520 * Change default dir for auxiliary files from
521 /usr/lib/syslinux to /usr/share/syslinux.
522 * SYSLINUX: VFAT long filename support.
523 * MEMDISK: Any image less than 4096K (4 MB) is treated as a
524 floppy disk. The geometry-guessing code will recognize all
525 common extended formats, but it is still possible some very
526 exotic formats need geometry specification. Large floppies
527 and very small harddisks still need explicit specification.
528 * chain.c32: option "swap" to support swapping of BIOS drive
529 numbers. This is necessary to boot certain operating systems
530 (DOS, Windows) from a secondary drive.
531 * chain.c32: option "file=" to support loading a boot file from
532 the SYSLINUX filesystem instead of loading the boot sector
534 * chain.c32: option "seg=" to control the load location.
535 * chain.c32: option "ntldr=" as a shorthand for "seg=0x2000
536 file="; use this to load one of WinNT's loaders:
538 chain.c32 hd0 1 ntldr=/MiniNT/setupldr.bin
540 Note that the file needs to be in the SYSLINUX filesystem.
541 * chain.32: options "freedos=" and "msdos="/"pcdos=" as
542 shorthands for "seg=0x60 file=" and "seg=0x70 file="
543 respectively; use this to load FreeDOS's kernel.sys, MS-DOS's
544 io.sys or PC-DOS's ibmbio.sys.
545 * Change to the A20 algorithm which *MIGHT* help systems that
546 have systems which freeze when Syslinux is used with USB
547 keyboards. Note that this has been hard do verify, so I
548 would greatly appreciate feedback on it.
549 * Complex menu system: unbreak menus which has unnamed
550 submenus, like complex.c.
551 * Fix newline on the serial port for some com32 modules.
552 * chain.c32: support "boot" as the drive specification,
553 indicating the drive from which it was booted
554 (for syslinux/extlinux).
555 * SYSLINUX/EXTLINUX: support "localboot" with the same feature
557 * Add an experimental MBR for GPT partition tables.
558 * Use $(CC) when determining compile flags.
559 * chain.c32: fix booting from logical partitions (Sergey
563 * Fix errors in the PCI and DMI detection modules (Erwan Velu,
565 * Fix host dependencies and other issues in the build system.
566 * PXELINUX: Allow class E addresses as unicast.
567 * sdi.c32: module to load Microsoft System Deployment Images.
568 For additional information, please see:
569 http://msdn2.microsoft.com/en-us/library/ms838543.aspx
570 * EXTLINUX: Correct reading directories with deleted entries.
571 * Shuffle library: correct the handling of certain geometries
572 (an upward move with source material blocking the move); as
573 required by sdi.c32 but theoretically possible for other
575 * Add "make netinstall" to install /tftpboot.
576 * Fix some documentation files that didn't get moved/renamed.
579 * Clean up garbage after "aborted." message.
580 * Clean up memdump.com filenames.
581 * Support SHA256 and SHA512 encrypted passwords.
582 * The shuffle library now can generate chained descriptors,
583 thus allowing pretty much arbitrarily complex memory maps.
584 * Handle command lines up to 2047 characters, the current
586 * vesamenu: support systems without linear framebuffer support
587 (sigh, what is this, 1993?) and 15-bit RGB modes.
588 * Move the label storage (for the command-line interface) to
589 high memory, removing the size limit and freeing up 64K of
591 * Get rid of 4096-entry limit in the simple menu system.
592 * New hierarchial submenu support: see MENU BEGIN, MENU END,
593 MENU GOTO in doc/menu.txt.
594 * MENU QUIT allows creating a menu entry for returning to the
596 * ISOLINUX: Work around bug in certain Adaptec BIOSes,
597 patch by Bruce Robson.
598 * pngtopnm dependency removed from samples/ directory.
599 * Text documentation files (in doc/) renamed *.doc -> *.txt.
602 * EXTLINUX: fix crash when accessing an empty file.
603 * elf.c32: If a PHDR segment is present, load it.
604 * Fix SHA-1 and MD5 passwords.
605 * ISOLINUX: fix booting when mastered without
606 mkisofs -boot-info-table (broken since 3.50, sigh...)
607 * Handle BIOSes which emit multiple contiguous valid
608 memory regions in the e820 map.
611 * Support for "auxilliary data vector", a small amount of
612 writable storage. Currently only supported for EXTLINUX,
613 but the infrastructure is there for the other derivatives,
614 assuming a suitable storage location can be found.
615 * EXTLINUX: boot-once support (--once, --clear-once, and
617 * A command is now required to the EXTLINUX installer, i.e. at
618 least one of --install, --update, --once, --clear-once, or
622 * PXELINUX: as per RFC 5071, PXELINUX no longer requires the
623 use of the magic cookie option (208) for unencapsulated
624 options. Currently it does not require it for
625 vendor-encapsulated options (vendor-option-space) either,
626 but that MAY be reverted in the future if it causes
628 * Documentation text files moved to a common "doc" directory;
629 man pages from the Debian project added to the "man"
631 * Correct bug with self-overlapping memory areas when using
632 the shuffle interface.
635 * Add "menu separator", "menu indent", "menu disabled"
637 * vesamenu: fix handing of VESA modes with noncontiguous
638 memory buffers. In particular, Qemu/KVM sets up such a mode
639 when Cirrus Logic emulation is enabled (which is the
641 * Support for calling real mode functions using far calls,
642 with argument on the stack. This was implemented to support
643 the BIOS BBS specification, but subsequent experiments show
644 that the at least one of the most common BIOS cores, Award,
645 passes the presence check but doesn't actually implement the
649 * Fix bugs related to the $PnP BIOS functionality on some
651 * PXELINUX: Fix the "naked" version of :: (suppress prefix.)
652 * elf.c32: better error messages.
653 * Faster operation under Intel VT virtualization.
654 * PXELINUX: Fix DHCP bootfile option.
655 * mkdiskimage: Support more than 1024 cylinders.
656 * (Hopefully) fix installer on non-x86 platforms.
657 * Fix shuffle_and_boot_rm, used by linux.c32.
658 * Fix shuffle_and_boot_pm on 386/486.
659 * ISOLINUX (at least): fix bss memory overwrite hang.
660 * MBR: Fix booting from logical partitions.
664 * Handle capitalized F-key commands in the menu system.
665 * Fix padding error when loading multiple ramdisks.
666 * Workaround for VMware crashing when trying to print a
667 message during early kernel boot (does not seem to work,
669 * chain.c32: add the ability to search for a specific MBR
670 signature at runtime.
671 * Fall back to the server identity option if the siaddr field
672 in the DHCP header isn't set. This seems to match the
673 behaviour of most PXE stacks.
674 * mkdiskimage: give the generated disk image an MBR signature.
675 * MEMDISK: Fix failures on some BIOSes.
676 * Simple menu system: new "MENU HIDDEN" option to not display
677 the menu unless the user presses a key.
678 * Simple menu system: support MD5-encrypted passwords (modern
679 Unix standard style, with "$1$" prefixes.)
680 * pcitest.c32: now functions as a full "lspci". Thanks to
681 Erwan Velu for this work.
682 * MEMDISK: Make EDD actually work.
683 * ISOLINUX: Fix for certain broken CD-ROM BIOSes which
684 randomly corrupted register FS.
685 * Simple menu system: fix memory overwrite bug that caused
686 some systems to lock up or behave weirdly.
687 * Fix building on 64-bit systems without a 32-bit libc installed.
690 * EXTLINUX: Fix failure to find the configuration file.
693 * New keywords allow the type of file to be specified in the
695 * It is now supported to load a different configuration file
696 with the CONFIG keyword.
697 * Fix API call 0x0019 (Read Disk.)
698 * MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows
699 internationalization of menu messages.
700 * A new feature, TEXT HELP, allows the administrator to set
701 a multi-line help message for individual selections.
702 * Fix API call 0x0012 (Cleanup, shuffle and boot.)
703 * New API call "Cleanup, shuffle and boot to flat protected mode"
704 * New API call "Cleanup, shuffle and boot to real mode",
705 similar to API call 0x0012 but allows arbitrary register setting.
706 * Introduce a library interface for loading arbitrary binary
707 formats with relatively easily understood code. See
708 the elf.c32 module for an example on how to use it.
709 * New module "elf.c32", to load a protected-mode ELF kernel.
710 * MBR (old and new): Fix bug in CHS mode when LBA >
712 * vesamenu: fix decoding of palettized PNG images.
713 * Update the Linux kernel boot protocol.
714 * PXELINUX: Press Ctrl-N at the boot prompt to read out the
716 * Instead of the (non-existent) MAC, use the client identifier
717 for networks like Infiniband and Firewire/1394.
718 * Add a new INCLUDE command to the core syslinux parser.
719 * Allow binding help text to F11 and F12.
720 * F-key help now available in the simple menu system.
721 * Disabled the polling for ARP during idle. It is simply too
722 slow on some (broken!) PXE stacks.
723 * PXELINUX: also try to fetch the config file based on UUID.
724 * SYSLINUX/EXTLINUX: New RAID mode (-r) which calls the BIOS
725 to load the next device (typically the next drive) on boot
729 * MEMDISK: Disable EDD by default on floppy disks. EDD can be
730 enabled with the "edd" option and disabled with "noedd".
731 This (hopefully) should make Ghost work again.
732 * SYSLINUX: "unix" installer now uses Linux ioctls instead of
734 * New MBR which can boot from logical partitions.
735 * SYSLINUX: Fix bug in detecting special extensions which was
736 introduced in 3.35 :(
737 * PXELINUX: Unbreak chainbooting FreeBSD (and possibly others.)
740 * MEMDISK: New "safeint" mode.
741 * MEMDISK: Be more compliant with the PnP BIOS spec.
742 * MEMDISK: Turn on EDD support by default.
743 * MEMDISK: Try to work on some machines on which it would not
744 work when there was no floppy drive in the system.
745 * Simple menu system: fix serial console support (broken in
747 * SYSLINUX: Support subdirectories. Like ISOLINUX, the
748 "current directory" is the directory in which syslinux.cfg
749 is found; this is searched for in the sequence
750 /boot/syslinux, /syslinux, /. As a side benefit, label names
751 like "linux-2.6.18" and "linux-2.6.19" are now supported.
753 To install ldlinux.sys in a subdirectory, pass the -d
754 directory option to the SYSLINUX installer.
756 This work was sponsored by slax.org (thanks, Tomas!)
757 * New API call: read disk.
758 * Invoke ONERROR on initrd load failure.
761 * The simple menu system (menu.c32 and vesamenu.c32) now
762 support loading more than one configuration file at a time,
763 using MENU INCLUDE or by specifying multiple filenames.
764 * The MENU COLOR statement can now control the shadowing mode.
767 * libcom32 extended to support graphics mode and graphical console.
768 * vesamenu.c32, new graphical version of the Simple
769 Menu System, see README.menu.
770 * New com32 modules by Erwan Velu do selection based on CPUID
771 or PCI devices present.
772 * RPM spec: add syslinux-tftpboot module; move syslinux by
773 default to the /usr/share/syslinux directory.
774 * RPM spec: extlinux is now a separate package.
777 * EXTLINUX: New options --install (-i) and --update (-U), to
778 make it clear if a boot loader should be installed or
779 updated. For now, defaults to --install for compatibility;
780 a future version will require one of these options.
781 * New library functions to load and place files in memory.
782 * mboot.c32 bug fixes.
783 * Remove 8 MB kernel size restriction.
784 * Add "klibc" target for building unix/syslinux and
785 extlinux/extlinux with klcc (klibc-1.4.27 or later.)
786 * PXELINUX: Fail (and eventually reboot) if no configuration
788 * COM32 module by Erwan Velu to make decisions based on DMI
790 * Fix issue where going back and forth between menus a lot
792 * ISOLINUX: Fix bug which made "cd boot sectors" not work.
795 * MEMDISK: Fix bug by which accessing the real floppy disk
796 as B: in MS-DOS was broken.
797 * Simple menu system: allow tweaking of the screen layout.
798 * Simple menu system: better command-line editing, correctly
799 handle command lines above 256 characters.
800 * PXELINUX: revert memory allocation change that caused
801 problems on some network cards.
802 * MEMDISK: Try work around a bug on some BIOSes when no
803 physical floppy disk is present in the system.
804 * Enable the 16550A FIFOs, if present, when doing serial
806 * New "totaltimeout" command establishes a timeout without
807 regard for any user input.
808 * Simple menu system: timeout behaviour now more in line with
810 * Simple menu system: "ontimeout" should now work correctly.
813 * gcc 4.0.1 compilation fixes.
814 * Add support for querying the PCI BIOS in libcom32
815 (used by ethersel et al.)
816 * Fix PCI handing (ethersel etc) on several old chipsets (and
818 * Try to deal with systems with broken EBIOS.
819 * New API call to do "localboot".
820 * New API call to query features.
821 * New API call to run kernel image, a lower-level call than
822 "run command". See comboot.doc.
823 * Fix for bug in EBIOS code discovered by Arwin Vosselman.
824 * NOESCAPE security fix.
825 * Comments are now recognized even without a space following #.
826 * Fix incorrect handling of mixes of entries with and without
828 * The idle API call now harmlessly returns failure if it is a
829 no-op. That way the caller can decide whether or not to
830 bother invoking it again.
831 * Temporarily disable the idle API call on PXELINUX, due to
832 some platforms on which the idle API call seems to hang; this
833 problem has not yet been debugged.
834 * MEMDISK: the handling of DOSEMU-headered images was broken;
836 * EXTLINUX: symlinks are now supported.
837 * Simple menu system: N and P now work correctly as hotkeys.
838 * MEMDISK: more BIOS bug workarounds.
841 * gcc4 compilation fix.
842 * <BEL> (Ctrl-G) in message files now causes a beep.
843 * Reduce the command line to 511 characters; 1023 caused
847 * SYSLINUX: Fix performance regression (-s mode always
849 * Add API function for idle loop.
850 * libutil: Add do_idle() function for idle loop, make
852 * libutil: Add SHA-1 and base64 functions.
853 * Simple menu system: add password support.
854 * EXTLINUX: Sparse files now handled correctly.
855 * EXTLINUX: Large directories now handled correctly.
856 * ALL: At the prompt, Ctrl-X now forces text mode.
857 * Fix configuration file parsing error, that could cause
859 * Rewritten advanced menuing system from Murali Ganapathy.
860 * MEMDISK: New "bigraw" mode to work around certain broken
862 * COM32 module to boot Multiboot systems, including Xen. See
863 com32/modules/mboot.doc.
864 * Max command line changed to 1023 characters. Note that the
865 kernel proper still can only handle 255 characters without
866 patching, and COM16 binaries can only handle 125 characters.
869 * Fix chainloading (chain.c32).
870 * Fix zlib build problem.
871 * Use a private copy of <linux/ext2_fs.h>.
874 * Fix typo that caused the ramdisk to load in the wrong place.
877 * New API function "shuffle and boot"; allows COM32 modules to
878 load or construct (almost) arbitrarily complex objects,
879 e.g. a kernel and its initrd/initramfs in pieces, and have
880 the API core reorganize memory for booting. (A library API
881 for this function will be introduced in a later version.)
882 * The initrd= option now supports multiple filenames separated
883 by commas. This is mostly useful for initramfs, which can
884 be composed of multiple separate cpio or cpio.gz archives.
885 (Note: all files except the last one are zero-padded to a 4K
886 page boundary. This should not affect initramfs.)
887 * EXTLINUX: Fix API function 000Ah (get derivative-specific
889 * libcom32/ethersel: Support PCI Config Mechanism #2 on
890 machines still infested with that hideous old hack.
891 * SYSLINUX: Fix directory-parsing bug.
894 * SYSLINUX: The "unix" installer now sets the MS-DOS
895 attributes (hidden, system, readonly.)
896 * COM32 library: build the .lnx (test modules for running
897 under Linux) as architecture native modules, in case
898 i386 devel libraries aren't installed.
899 * EXTLINUX: Hack for systems which don't have BLKGETSIZE64
900 defined in the standard header files.
901 * Simple menu system: minor aestetic improvements, and try to
902 work better over a serial console (speed, and readability on
903 monochrome terminal emulators.)
904 * New CONSOLE directive to control output on the video console
905 (useful for dealing with some broken serial-forwarding
907 * New com32 module "ethersel" for searching for an Ethernet
908 card and selecting the proper version of Etherboot.
909 * EXTLINUX: Allow the user to override the detected geometry.
913 * EXTLINUX, SYSLINUX: Fix compile errors on some systems.
914 * EXTLINUX: Default to zipdrive geometry (64 heads, 32
915 sectors) if no other geometry can be detected.
918 * SYSLINUX: Support FAT32 and EDD. As an unfortunate
919 consequence, LDLINUX.SYS is no longer an ordinary file; it
920 is block-mapped at install time, which means it can only be
921 written using the syslinux installers.
922 * SYSLINUX: Reorganize the source code for the installers;
923 each one of the installers (dos, win32, unix, mtools) is now
924 built in its own subdirectory. In particular, "mtools" is
925 the unprivileged installer which uses mtools; "unix" is the
926 privileged installer which uses system calls.
927 * SYSLINUX: Completely rewritten DOS installer in C.
928 * ALL: "label" statement information is now stored in a
929 compressed format, which means that a lot more labels are
930 permitted (500-1000 in a typical configuration, but depends
932 * EXTLINUX: New derivative, which boots from an ext2/ext3
934 * SYSLINUX: The DOS and Win32 installers can now optionally
935 write the boot sector to a file instead of the real boot
936 sector. This is not supported in the Linux installers,
938 * ALL: New NOESCAPE command, disables the "hold down the Shift
939 key to display the prompt" behaviour.
940 * New simple menu system, as an alternative to the advanced
941 menu system already present. See README.menu for details.
942 * PXELINUX: Filenames can now be prefixed with an IP address
943 or DNS name plus :: (e.g. 192.0.2.1::filename or
944 server.domain.com::filename), which downloads a file from an
945 alternate TFTP server, or just a :: (e.g. ::filename), which
946 suppresses the common pathname prefix. See pxelinux.doc.
947 * SYSLINUX: Add an -m option to the DOS and Win32 installers
948 to write an MBR and -a to mark the partition SYSLINUX is
949 being installed on active.
950 * MEMDISK: Give a way to query the boot loader type while
951 running MEMDISK; see memdisk/memdisk.doc and
953 * mkdiskimage: substantially improved mkdiskimage which, among
954 other things, can now be used to initialize USB keys as
955 zipdrives; see README.usbkey for more information.
958 * MEMDISK: Fix command-line parsing "brown paper bag" class
960 * MEMDISK: Add "raw" mode to support the DOS boot disk from
961 WinME/XP, which seems to deliberately crash the system
962 when someone uses the "INT 15h mover" highmem API.
963 * Make "make install" do something sane for the com32
964 development environment.
965 * In the spec file, create a separate -devel RPM for the com32
966 development environment.
969 * Simple C library, based on klibc, for writing COM32
971 * Fix the handling of file length in loading of COM32
973 * MEMDISK: Work around a linker bug by rearranging the code to
974 not use the linker for the 16-bit code.
975 * SYSLINUX: If we're building on a machine without a Win32
976 (mingw) compiler, just skip building syslinux.exe.
977 * ISOLINUX: Support non-mkisofs mastering programs, at least
978 as long as the image is single-session. For best results,
979 ISOLINUX should be the only boot loader installed.
980 * MEMDISK: Allow the user to specify that the simulated disk
981 should be write-protected.
984 * ALL: Add an API call to get the configuration file name.
985 * SYSLINUX: Fix bug in 2.10 that prevented it from working
986 correctly for a lot of people.
987 * SYSLINUX: In the installer, make mtools a bit less fussy.
988 * Make the menu system compile with newer gcc's.
991 * MEMDISK: Handle images compressed with zip as well as with
992 gzip. Some Windows-based image tools apparently generate
993 these kinds of images by default. Patch by Patrick
995 * Major menu improvement from Murali Ganapathy.
996 * ISOLINUX: Wonderfully sick and brilliant workaround for
997 severe bugs in certain Award BIOSes; from Knut Petersen.
998 * SYSLINUX: Fix for the nomtools installed, from Frederic
1000 * PXELINUX: Fix handling of IP numbers in the ranges
1001 100-109 and 200-209.
1002 * ALL: New option "allowoptions" (defaults to 1), which
1003 controls if options are allowed on the command line or not.
1004 * SYSLINUX: Support building under klibc (see the klibc
1005 distribution for details.)
1008 * SYSLINUX: Remove residual setuid crap from
1010 * Handle video pages correctly when using the API functions.
1011 * Handle compiling on an x86-64 platform correctly.
1012 * Menu system from Murali Krishnan Ganapathy; see the menu
1013 directory for information.
1014 * COMBOOT: Allow COMBOOT programs to change screen text mode.
1015 * COMBOOT: Correct the documentation of how to detect
1016 SYSLINUX from COMBOOT!!!!
1017 * COMBOOT: Fix "get key without echo" API function.
1018 * SYSLINUX: Fix bug that affected the API open function.
1019 * ALL: Improve the E820 memory parser, to work around some
1023 * Add new configuration command "ontimeout" to allow timeout
1024 to have a different action than just pressing Enter.
1025 * Add new configuration command "onerror" to allow a custom
1026 command to be executed in case the kernel image is not found.
1027 * Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
1028 now works with COMBOOT/COM32 images.
1029 * PXELINUX: Poll for ARP requests while sitting at the
1030 prompt. This makes some boot servers a lot less unhappy.
1031 * PXELINUX: Actually free sockets when we get a failure
1032 (including file not found.) This bug would cause us to run
1033 out of sockets and thus "go deaf" after a while.
1034 * MEMDISK: Add an API to query for the existence of MEMDISK.
1035 * SYSLINUX: Fix loading boot sectors (.bs/.bss) from floppy
1037 * .c32 is now one of the extensions searched for
1039 * PXELINUX: RFBG.exe seems to randomly overwrite memory
1040 location 0x5700. Thus, don't use it!
1041 * PXELINUX: Change pathname length max from 63 to 127; change
1042 max vkernels from 128 to 64.
1043 * Support Ctrl-U -> kill entire command line input.
1044 * The "samples" directory contains a (barely at all tested)
1045 chain loading example, chain.c32, which may be used to
1046 chainload local floppy disks and hard disks. Use with
1047 "chain fdN" or "chain hdN [partition]"; N = 0 for the first
1051 * MEMDISK: Workaround for BIOSes which go into a snit when
1052 they get a RESET command for the floppy system when there is
1053 no floppy in the system.
1054 * PXELINUX: Add "ipappend 2", which passes the hardware
1055 address of the boot interface to the kernel as a
1056 command-line option.
1057 * mkdiskimage: fix the generation of the end limit.
1058 * PXELINUX: Fix multiple bugs in chainloading of other NBPs.
1059 * MEMDISK: Fix bug that would occationally cause "ran out of
1060 input data" when using compressed disk images.
1061 * SYSLINUX: Updates for the win32 installer (from Lars Munch.)
1062 * PXELINUX: PXELINUX-specific options are now recognized both
1063 in a vendor-option-space (a.k.a. type 43 encapsulated) as
1064 well as in a site-option-space (unencapsulated.)
1065 * COM32: Don't crash when DS != 0.
1066 * COMBOOT/COM32: Make file reading work correctly. Thanks to
1067 Phung Chi Kien for submitting a test program.
1070 * ALL: Fix problem that would occationally cause a
1071 boot failure, depending on the length of the kernel.
1072 * ISOLINUX: Fix problem that would occationally cause a
1073 boot failure, depending on the length of directories.
1074 * SYSLINUX: Win32 installer now flushes buffers.
1075 * ppmtolss16: Be fully compliant with the PNM spec;
1076 actually process comments in the header and odd
1077 alignments of the various parameters, as well as
1078 "plain" (not raw) files and PBM and PGM files.
1079 * PXELINUX: Lower the default MTU to 1472 in order to deal
1080 with systems with slightly nonstandard MTUs, and PXE
1081 stacks which don't defragment correctly. Unfortunately this
1082 is very hard to test dynamically.
1085 * PXELINUX: Add a default query based on the hardware address
1086 of the boot device. This is in lower case hexadecimal form
1087 separated by dashes and including the hardware type, for
1088 example, the Ethernet (type 1) address 88:99:AA:BB:CC:DD
1089 would query the file pxelinux.cfg/01-88-99-aa-bb-cc-dd.
1090 * PXELINUX: Fix bug involving non-IP-based config file names.
1091 * SYSLINUX: New installer for WinNT-based systems, from Lars
1093 * MEMDISK: Fix handling of memory region overlap when
1094 decompressing. Thanks to Mikhail Kupchik for identifying
1098 * ALL: Reclaim even more low memory by observing that
1099 comboot_seg == real_mode_seg is perfectly fine, and by the
1100 fact that the 1000h segment managed to get unused in all
1102 * PXELINUX: Attempt to negotiate full Ethernet-sized blocks
1103 (1468 bytes) using the blksize option.
1104 * SYSLINUX: Resurrect the old no-mtools version of the
1105 installer, although as a root-only tool. Some distributors
1106 have indicated that they need a small standalone installer.
1107 * MEMDISK: Fix a memory offset computation error when
1108 installing compressed disks which generally would cause
1109 1 MB of memory to be wasted.
1110 * MEMDISK: Fix installing the E820 memory map. Calling
1111 INT 15h AX=0E820h with MEMDISK 2.03 loaded would give a
1112 completely corrupt memory map.
1113 * SYSLINUX: Make libsyslinux a dynamic library, so that it can
1114 be updated separately from client programs. The whole idea,
1115 after all, is to enable alternate programs to become
1116 syslinux installers.
1117 * Include an rpm spec file in the distribution, so rpmbuild
1121 * Actually support comment lines in the configuration file.
1122 * PXELINUX: Try to resolve some problems with stack switches.
1123 * PXELINUX: Handle PXE stacks with broken routing.
1124 With these workarounds, the remote install PXE boot floppy
1125 (rbfg.exe) from Argon Technologies should work correctly.
1126 * Fix problems with Perl scripts in UTF-8 locales.
1127 * You probably need NASM 0.98.34 or later to compile this
1128 version. 0.98.36 is recommended.
1129 * MEMDISK: Now supports gzip compressed images.
1132 * SYSLINUX: Security flaws have been found in the SYSLINUX
1133 installer when running setuid root. Rewrite the SYSLINUX
1134 installer so it uses mtools instead. It therefore now
1135 requires mtools (specifically mcopy and mattrib) to exist on
1136 your system, but it will not require root privileges and
1137 SHOULD NOT be setuid.
1140 * MEMDISK: Fix memory sizing bug when the ramdisk crosses the
1142 * MEMDISK: Add a "pause" option to stop immediately before
1143 booting, to read off the messages.
1144 * MEMDISK: Support disk images with DOSEMU headers.
1145 * Update the mkdiskimage script to handle newer mtools
1146 versions, and be able to generate disk images with DOSEMU
1147 headers (controlled by the -d option).
1148 * Fix the COM32 sample program.
1149 * PXELINUX, ISOLINUX: Fix some COMBOOT API calls.
1150 * PXELINUX: Doc fix.
1151 * Build SYSLINUX into a small library for encapsulation into
1152 other programs (however, please keep in mind this is a GPL'd
1154 * SYSLINUX: Make installer work with "owner" in /etc/fstab.
1155 * SYSLINUX: Fix issue with working on nonpartitioned hard disk
1156 devices. THIS CONFIGURATION IS NOT RECOMMENDED.
1159 * ALL: Add support for "COM32" (32-bit COMBOOT) images.
1160 * ALL: Add an API for COMBOOT/COM32 images. See comboot.doc
1161 for details. There is a C development environment for
1162 COM32 being created; it should be ready at some point in
1164 * Fix mbr.asm so that it actually works.
1165 * SYSLINUX: The syslinux installer *SHOULD* now be safe to
1167 * PXELINUX: Fix bug where PXELINUX would override random
1168 chunks of the UNDI code segment! Thanks to Kevin Tran for
1170 * ISOLINUX: Fix a bug related to slashes in pathnames.
1171 * ISOLINUX: Fix a bug in handling initrds over 128 MB.
1172 * ALL: Make the <Ctrl-V> key print out the version; this is
1174 * Add a small script, mkdiskimage, to create a DOS-formatted
1175 hard disk image using mtools. This may be useful in
1176 conjunction with MEMDISK.
1177 * ISOLINUX: Search for a /boot/isolinux directory as well as
1179 * ALL: Fix a bug related to very long configuration files.
1180 * PXELINUX: Work around a NASM bug which would result in no
1181 delay before reset if an error occurs.
1184 * ISOLINUX: Remove code no longer used which caused hangs on
1185 some Toshiba laptops.
1188 * ALL: NASM 0.98.32 or later is now required to build
1189 SYSLINUX from sources.
1190 * SYSLINUX: put back in the workaround for the BIOS floppy
1191 table. This seems to be a requirement for "extended" floppy
1192 formats to work correctly.
1193 * SYSLINUX: No longer warn if one is trying to boot on a 286
1194 or older. The above BIOS workaround no longer fits if the
1195 requirement to use only 8086-compatible code in the early
1196 boot is maintained. It made sense in 1994, but in 2002 a
1197 286 or older is a museum object.
1198 * SYSLINUX: Use a downright bizarre, stateful algorithm to try
1199 to guess the maximum transfer size. I am *hoping* this will
1200 cut down on the number of systems for which -s is required
1201 to work at any acceptable speed.
1202 * ISOLINUX: Add a few more workarounds for various broken El
1204 * Make sure .depend files aren't accidentally packed...
1205 * ALL: Fix bugs in the extension-detect code; this caused
1206 files like COMBOOT images and CD boot sectors to be
1207 mis-identified as Linux kernels and rejected.
1208 * ALL: Fix the return from COMBOOT.
1209 * ALL: Do some of the early groundwork for supporting DOS
1210 system calls in COMBOOT.
1211 * Get rid of unnecessary "near" directives, making the code
1213 * PXELINUX: Put the PXE stack back in the init state before
1214 invoking a chain-loaded NBP.
1215 * PXELINUX: Actually found the combination of calls that
1216 allows some (most?) PXE 2+ stacks to be unloaded from memory
1218 * PXELINUX: Add "keeppxe" command-line option to disable
1219 the standard unloading of the PXE stack.
1222 * SYSLINUX: fix bug that would cause valid kernel images to be
1226 * Work on removing gratuitous differences between modules.
1227 * Break up the source in common and module-specific files.
1228 * PXELINUX: Allow chaining of other PXE NBPs.
1229 * ISOLINUX: Allow loading "CD-ROM boot sectors".
1230 * ALL: generalize the definition of a boot sector/NBP.
1233 * PXELINUX, ISOLINUX: Fix bugs in the new core code.
1236 * Fix a "brown paper bag" class bug in the new core code.
1239 * Major code restructuring.
1240 * Relax the conventional memory limits somewhat.
1241 * MEMDISK: Set up the "version number string" pointer in the
1243 * SYSLINUX: Fix, again, "the bug that won't die": the use of
1244 the offset parameter with the SYSLINUX installer.
1245 * SYSLINUX: Fix possible superblock corruption problem in the
1249 * Handle bug in the location of initrd.
1252 * MEMDISK: Make compile with newer versions of gcc.
1255 * ISOLINUX: Support booting disk image files (to boot DOS or
1256 other non-Linux operating systems), *IF* the BIOS works
1257 correctly; unfortunately many BIOSes apparently don't.
1258 * Support Linux boot protocol version 2.03 (explicitly
1259 specify the initrd address limit.)
1260 * Handle small "pseudo-kernels"; images that use the Linux
1261 kernel boot protocols but are less than 64K in size.
1262 * MEMDISK: New subsystem; this is a driver which allows
1263 legacy OSes to boot using an in-memory simulated disk.
1264 See memdisk/memdisk.doc for more info.
1265 * PXELINUX, ISOLINUX: Correctly handle files larger than 65535
1266 blocks (32 MB for PXELINUX, 128 MB for ISOLINUX.)
1267 * PXELINUX: Make a best-effort attempt at freeing all memory
1268 claimed. From the looks of it, it will fail on most PXE
1272 * Limited support for hardware flow control when using a
1273 serial port console.
1274 * Support specifying the serial port I/O address explicitly.
1275 * Make DOS installer hopefully behave more nicely when used on
1276 recent Windows versions.
1277 * Fix returning to text mode when a font has been specified.
1278 * Attempt to detect missing serial port hardware and disable
1279 the serial port if there is nothing there.
1282 * Make the ppmtolss16 program handle color conversion more
1284 * Clean up "make install" target, honour INSTALLROOT if it
1286 * SYSLINUX: Fix stack-smash bug identified by Steffen
1288 * Hopefully fix return-to-text-mode on some graphics cards.
1289 * ISOLINUX: Bug workaround for Award BIOS 4.51, and perhaps
1290 other buggy BIOSes as well.
1293 * PXELINUX: Allow the DHCP server to override the
1294 configuration file name and pathname prefix, using
1295 "site-specific" DHCP options.
1296 * PXELINUX: Documentation fixes.
1297 * PXELINUX: Fix the "ipappend" option; the last two values
1298 were reversed vs. what the kernel expected.
1299 * Introduce a way to return to text mode once we are already
1300 in graphics mode. This may be useful for F-key help
1302 * Fix several bugs in the way return to text mode was handled.
1305 * ISOLINUX: Support full pathname searches. Max length for a
1306 pathname is 255 characters. As a result, only 64 "label"
1307 statements are supported in ISOLINUX.
1308 * PXELINUX: Max filename length extended to 63 characters.
1311 * Add support for graphical splash screens.
1312 * Add mode control characters, which allows you to control
1313 message display output depending on output mode (text,
1314 graphics, or serial port.)
1315 * ISOLINUX: New program, which boots Linux from a CD-ROM
1316 without using floppy emulation mode. See isolinux.doc for
1318 * PXELINUX: Don't search for boot sector file types, since
1319 they don't work anyway.
1320 * SYSLINUX: Document the LOCK command for Win9x, and the error
1321 dialog box for WinNT/2K.
1324 * PXELINUX: Fix code for finding !PXE from PXENV+. This was
1325 due to a spec bug; match the most recent spec since that
1326 seems to be what implementations actually do.
1327 * SYSLINUX: Add some smarts to the boot sector, which
1328 hopefully should reduce the number of systems which require
1329 stupid mode ("syslinux -s").
1330 * PXELINUX: Document further some of the pathologies with old
1332 * When specifying a "default" command line, no longer
1333 automatically appent "auto". See the "DEFAULT" command in
1334 syslinux.doc for more information.
1335 * PXELINUX: Clean up the allocation of local socket numbers.
1338 * PXELINUX: Rename pxelinux.bin to pxelinux.0, to match what
1339 most PXE servers seem to expect.
1340 * PXELINUX: Update the DHCP/boot server setup documentation.
1341 * PXELINUX: Support new "localboot" option for "label"
1343 * PXELINUX: More robust parsing of DHCP/boot server packets.
1344 * PXELINUX: Include a small utility program "gethostip" to
1345 compute hexadecimal IP addresses.
1348 * PXELINUX: Fix bugs introduced by new A20 code. (SYSLINUX
1349 has also been changed for code consistency reasons, but I'm
1350 pretty sure the changes are don't care on SYSLINUX.)
1351 * Documentation updates.
1352 * PXELINUX: Add "ipappend" option to generate an ip= option to
1356 * PXELINUX: Not all PXE stacks fill in the IP address for a
1357 type 3 cached info query. Use a type 2 cached info query
1358 for this information (only.)
1359 * Yet another attempt at A20 coding. Now support BIOS call
1360 15:2401 as well, and handle machines which always have A20
1362 * Support memory detection using INT 15h, AX=0E820h. BIOS
1363 manufacturers have apparently gotten sloppy about keeping
1364 INT 15h, AX=0E801h working properly.
1365 * Don't issue <CR><LF> onto the serial port when we're doing
1369 * Yet another A20-code update. It seems some "legacy-free"
1370 machines and embedded gear simply don't have a KBC to talk
1371 to, and that waiting for one will wait forever. Sigh.
1374 * SYSLINUX: Implement a hack for BIOS drivers which hog significant
1375 chunks of low memory during boot. (Note: PXELINUX already
1376 had this modification. SYSLINUX does still require that the
1377 low 512K is available; PXELINUX requires 384K. Machines
1378 with a physical memory hole in the low 640K cannot boot
1379 Linux no matter what.) Depending what the reason is for the
1380 memory hole, a new kernel (2.4.0-test3-pre3 or later) may be
1382 * SYSLINUX: Default installer binary now compiled against
1383 glibc 2.1. If this is inappropriate for your system and you
1384 still want to use the offical version of SYSLINUX, please
1385 follow the instructions in "distrib.doc" to rebuild the
1387 * SYSLINUX: Linux installer program now supports -o <offset>
1388 option which does a loopback mount with the
1389 -o loop,offset=<> option. Useful to run SYSLINUX on an
1390 individual partition of a whole-harddisk image.
1391 * Include the source code to a Master Boot Record (MBR)
1392 functionally equivalent to the one installed DOS except it
1393 includes EBIOS support, and should be resistant to geometry
1394 changes. The MBR code is public domain.
1395 * PXELINUX: Fix "double p" bug: if the tftp prefix was null,
1396 all filenames would get a "p" preprended, e.g.
1397 "ppxelinux.cfg" and "pvmlinux".
1400 * PXELINUX: Workaround for PXE ROMs based on the Intel PXE PDK
1401 3.0 build 071 and earlier: missing !PXE structure pointer.
1402 * PXELINUX: Handle larger BOOTP/DHCP packages.
1403 * PXELINUX: The command line passing was broken; fix.
1404 * PXELINUX: Make COMBOOT images work.
1405 * PXELINUX: Documentation on how to make booting work using
1406 the PDK 3.0-derived clients, which aren't so generous as to
1407 allow booting with only "PXEClient" specified.
1410 * PXELINUX: RFC 1123 states that a TFTP implementation MUST
1411 use adaptive timeout, "at least an exponential backoff of
1412 retransmission timeout is necessary." Implement a very
1413 simple exponential backoff for retransmits.
1414 * PXELINUX: Updated documentation, including pointer to new
1416 * PXELINUX: When sending ERROR due to bad OACK, use the proper
1417 destination port number (why are TFTP port numbers so odd?)
1418 * PXELINUX: If the boot dies in the middle somewhere,
1419 eventually give up and reset the machine (unattended
1423 * New program PXELINUX to do network booting using a
1424 PXE-compliant (Pre-Execution Environment) network booting
1425 PROM. See pxelinux.doc for details.
1428 * Serial console support. See syslinux.doc for details.
1431 * Change HIGHMEM_MAX to 38000000h to (hopefully) avoid the
1432 kernel stepping on it; 3f000000h was apparently a higher
1433 limit than the kernel used!
1436 * Add sys2ansi.pl script to display the contents of a
1437 colorized SYSLINUX file.
1438 * Changed the io_delay once again, after a report that the
1439 old delay port causes hangs on some systems.
1442 * Frob the "fast A20 gate" port as well as the keyboard
1443 controller; will this help systems with problems?
1444 * Be even more paranoid about A20, unfortunately even this
1445 seems to be not paranoid enough... what I don't understand
1446 is that if there is hardware out there *this broken*, how
1447 can it run Linux at all? Report an error message rather
1448 than hang forever if A20 is stuck.
1449 * Include some intermediate files in the distribution, plus
1450 provide a "make installer" target for distributors to relink
1451 the install programs only. I would prefer the syslinux boot
1452 loader proper to be "binary clean" for debuggablity -- use
1453 "make clean ; make installer" to rebuild the installers only.
1456 * Don't get confused by directories, volume labels, or VFAT
1458 * Use INT 15h, AX=0E801h to query memory size before trying
1459 INT 15h, AH=88h. This not only provides more headroom
1460 between the kernel and the initrd on large-memory machines,
1461 but it appears some recent BIOSes actually have started
1462 returning garbage for the AH=88h (older) call.
1463 * Trust high memory beyond the 15 MB mark if the user has
1464 specified it, or if obtained with INT 15h, AH=0E801h (with
1465 no memory holes above 1 MB.)
1468 * Increase A20M delay and put in a test to avoid problems on
1469 certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
1470 for vital info on this one.)
1471 * Support COMBOOT style boot command images.
1472 * Support chain loading (foreign operating systems, e.g. DOS).
1473 * Include a new "copybs" DOS utility to copy a boot sector to
1474 a file (under Linux, use "dd".)
1475 * Fix the DOS installer to work for disks over 32 MB.
1476 * SYSLINUX should now handle disks with more than 65536 tracks.
1479 * Fix a bug that caused "label" statements in syslinux.cfg to
1480 not be handled properly.
1481 * Updated the documentation. Among other things, we now allow
1482 up to 128 "label" statements.
1485 * Fix for booting old (pre-initrd) kernels.
1486 * It seems at least some versions of OS/2 doesn't set up all
1487 the fields in the superblock correctly. Account for that.
1488 * Fix bug that caused boot failure when using the mem= option.
1491 * Loading from partitions now should work properly. (Actually
1492 tested, this time. You should even be able to dd a floppy
1493 to a partition and boot from it.)
1494 * Removed large workaround code for an alleged ancient BIOS
1495 bug I have never actually seen. The -s option should work
1496 on those machines, anyway.
1497 * Support for simple keyboard remappings, same as used by
1498 LILO (once again to support localization.) The program
1499 keytab-lilo.pl from the LILO distribution included to
1501 * Added a "safe, slow and stupid" (-s) option to the
1502 installers. This option will lobotomize the boot sector to
1503 hopefully work on even very buggy BIOSes.
1506 * Ability to load a VGA font on bootup (for localized Linux
1510 * Bug fix in the Linux installer.
1511 * Added a workaround for a bug in certain AMI/Intel BIOSes
1512 when booting from CD-ROM.
1513 * Documentation changes.
1516 * FAT16 filesystems are now supported.
1519 * Now compiles under Linux, using NASM, rather than using
1520 Turbo Assembler under DOS. See http://www.cryogen.com/Nasm
1521 for information about NASM.
1522 * Linux-hosted SYSLINUX installer, as well as a
1523 rewritten DOS installer (now is written in assembler, so we
1524 don't need Turbo C.)
1527 * Added support for loading bzImage and initrd loading, and made
1528 SYSLINUX new-setup-code aware (SYSLINUX 1.30 id=0x31).
1529 * Added LILO-style kernel labels; see the LABEL and IMPLICIT
1530 keywords in README file.
1531 * Added support for colorization of intro and help screens.
1532 * The vga= option is now handled correctly.
1533 * Massive rewrite of large chunks of the code in order to
1534 support the first two new features.
1537 * Added simple online help at the "boot:" prompt.
1538 * Removed 2880K image as I no longer have access to such a
1539 floppy drive. (Donations accepted!!)
1540 * Decided to distribute the source in a subdirectory rather
1541 than in a nested zipfile.
1544 * Removed a sanity check which would cause booting to fail on
1545 Phoenix BIOS version 4.03. Apparently this BIOS is buggy.
1548 * Added configuration file SYSLINUX.CFG. This file contains all
1549 configurable options, and can be edited from any OS which can
1550 access an MS-DOS filesystem; there is no longer a need to run
1551 SYSLINUX.EXE except to write the boot sector.
1552 * Default command line now given by "default" line in config
1554 * LINUXMSG.TXT and BOOTMSG.TXT hard-coded file names replaced by
1555 "display" and "prompt" lines in config file.
1556 * LILO-style option appending now supported ("append" line in
1558 * Prompt timeout is now supported ("timeout" line in config
1559 file). The timeout is cancelled when anything is typed on the
1561 * Pressing <ESC> or <Ctrl-C> at the Loading... stage now aborts
1562 the kernel loading in progress and returns the user to the
1564 * The installer now automatically sets the READONLY flag on
1566 * Added 2880K disk image.
1569 * Fixed bug that would prevent booting from double-density
1570 floppies and other DOS filesystems with multiple sectors per
1572 * Added 720K disk image.
1573 * Changed default kernel name on disk images to LINUX.
1576 * Fixed bug that would garble the command line on recent kernels
1577 with more than 4 sectors of setup code (this wasn't really a
1578 *bug*; rather, a kernel change broke the code. Unfortunately
1579 the Linux boot interface is still sorely undocumented).
1580 * Added BOOTMSG.TXT file support (message file which does not
1581 force display of the boot prompt).
1584 * Fixed bug on some (most?) 386 BIOSes would require two boot