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