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