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