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