Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX
[syslinux.git] / NEWS
blob7df0b1c02a052ec3aeb62dc8545f69eb95ec49f0
1 Starting with 1.47, changes marked with SYSLINUX/PXELINUX/ISOLINUX
2 apply to that specific program only; other changes apply to all of
3 them.
5 Changes in 3.64:
6         * SYSLINUX/EXTLINUX: support "localboot" with the same feature
7           set as ISOLINUX.
9 Changes in 3.63:
10         * Fix errors in the PCI and DMI detection modules (Erwan Velu,
11           Sebastian Herbszt).
12         * Fix host dependencies and other issues in the build system.
13         * PXELINUX: Allow class E addresses as unicast.
14         * sdi.c32: module to load Microsoft System Deployment Images.
15           For additional information, please see:
16             http://msdn2.microsoft.com/en-us/library/ms838543.aspx
17         * EXTLINUX: Correct reading directories with deleted entries.
18         * Shuffle library: correct the handling of certain geometries
19           (an upward move with source material blocking the move); as
20           required by sdi.c32 but theoretically possible for other
21           formats as well.
22         * Add "make netinstall" to install /tftpboot.
23         * Fix some documentation files that didn't get moved/renamed.
25 Changes in 3.62:
26         * Clean up garbage after "aborted." message.
27         * Clean up memdump.com filenames.
28         * Support SHA256 and SHA512 encrypted passwords.
29         * The shuffle library now can generate chained descriptors,
30           thus allowing pretty much arbitrarily complex memory maps.
31         * Handle command lines up to 2047 characters, the current
32           Linux kernel limit.
33         * vesamenu: support systems without linear framebuffer support
34           (sigh, what is this, 1993?) and 15-bit RGB modes.
35         * Move the label storage (for the command-line interface) to
36           high memory, removing the size limit and freeing up 64K of
37           low memory.
38         * Get rid of 4096-entry limit in the simple menu system.
39         * New hierarchial submenu support: see MENU BEGIN, MENU END,
40           MENU GOTO in doc/menu.txt.
41         * MENU QUIT allows creating a menu entry for returning to the
42           command line.
43         * ISOLINUX: Work around bug in certain Adaptec BIOSes,
44           patch by Bruce Robson.
45         * pngtopnm dependency removed from samples/ directory.
46         * Text documentation files (in doc/) renamed *.doc -> *.txt.
48 Changes in 3.61:
49         * EXTLINUX: fix crash when accessing an empty file.
50         * elf.c32: If a PHDR segment is present, load it.
51         * Fix SHA-1 and MD5 passwords.
52         * ISOLINUX: fix booting when mastered without
53           mkisofs -boot-info-table (broken since 3.50, sigh...)
54         * Handle BIOSes which emit multiple contiguous valid
55           memory regions in the e820 map.
57 Changes in 3.60:
58         * Support for "auxilliary data vector", a small amount of
59           writable storage.  Currently only supported for EXTLINUX,
60           but the infrastructure is there for the other derivatives,
61           assuming a suitable storage location can be found.
62         * EXTLINUX: boot-once support (--once, --clear-once, and
63           --reset-adv).
64         * A command is now required to the EXTLINUX installer, i.e. at
65           least one of --install, --update, --once, --clear-once, or
66           --reset-adv.
68 Changes in 3.55:
69         * PXELINUX: as per RFC 5071, PXELINUX no longer requires the
70           use of the magic cookie option (208) for unencapsulated
71           options.  Currently it does not require it for
72           vendor-encapsulated options (vendor-option-space) either,
73           but that MAY be reverted in the future if it causes
74           problems.
75         * Documentation text files moved to a common "doc" directory;
76           man pages from the Debian project added to the "man"
77           directory.
78         * Correct bug with self-overlapping memory areas when using
79           the shuffle interface.
81 Changes in 3.54:
82         * Add "menu separator", "menu indent", "menu disabled"
83           (see README.menu).
84         * vesamenu: fix handing of VESA modes with noncontiguous
85           memory buffers.  In particular, Qemu/KVM sets up such a mode
86           when Cirrus Logic emulation is enabled (which is the
87           default.)
88         * Support for calling real mode functions using far calls,
89           with argument on the stack.  This was implemented to support
90           the BIOS BBS specification, but subsequent experiments show
91           that the at least one of the most common BIOS cores, Award,
92           passes the presence check but doesn't actually implement the
93           functionality.
95 Changes in 3.53:
96         * Fix bugs related to the $PnP BIOS functionality on some
97           platforms.
98         * PXELINUX: Fix the "naked" version of :: (suppress prefix.)
99         * elf.c32: better error messages.
100         * Faster operation under Intel VT virtualization.
101         * PXELINUX: Fix DHCP bootfile option.
102         * mkdiskimage: Support more than 1024 cylinders.
103         * (Hopefully) fix installer on non-x86 platforms.
104         * Fix shuffle_and_boot_rm, used by linux.c32.
105         * Fix shuffle_and_boot_pm on 386/486.
106         * ISOLINUX (at least): fix bss memory overwrite hang.
107         * MBR: Fix booting from logical partitions.
108         * Code cleanups.
110 Changes in 3.52:
111         * Handle capitalized F-key commands in the menu system.
112         * Fix padding error when loading multiple ramdisks.
113         * Workaround for VMware crashing when trying to print a
114           message during early kernel boot (does not seem to work,
115           consider deleting.)
116         * chain.c32: add the ability to search for a specific MBR
117           signature at runtime.
118         * Fall back to the server identity option if the siaddr field
119           in the DHCP header isn't set.  This seems to match the
120           behaviour of most PXE stacks.
121         * mkdiskimage: give the generated disk image an MBR signature.
122         * MEMDISK: Fix failures on some BIOSes.
123         * Simple menu system: new "MENU HIDDEN" option to not display
124           the menu unless the user presses a key.
125         * Simple menu system: support MD5-encrypted passwords (modern
126           Unix standard style, with "$1$" prefixes.)
127         * pcitest.c32: now functions as a full "lspci".  Thanks to
128           Erwan Velu for this work.
129         * MEMDISK: Make EDD actually work.
130         * ISOLINUX: Fix for certain broken CD-ROM BIOSes which
131           randomly corrupted register FS.
132         * Simple menu system: fix memory overwrite bug that caused
133           some systems to lock up or behave weirdly.
134         * Fix building on 64-bit systems without a 32-bit libc installed.
136 Changes in 3.51:
137         * EXTLINUX: Fix failure to find the configuration file.
139 Changes in 3.50:
140         * New keywords allow the type of file to be specified in the
141           configuration file.
142         * It is now supported to load a different configuration file
143           with the CONFIG keyword.
144         * Fix API call 0x0019 (Read Disk.)
145         * MENU AUTOBOOT, MENU TABMSG, MENU PASSPROMPT allows
146           internationalization of menu messages.
147         * A new feature, TEXT HELP, allows the administrator to set
148           a multi-line help message for individual selections.
149         * Fix API call 0x0012 (Cleanup, shuffle and boot.)
150         * New API call "Cleanup, shuffle and boot to flat protected mode"
151         * New API call "Cleanup, shuffle and boot to real mode",
152           similar to API call 0x0012 but allows arbitrary register setting.
153         * Introduce a library interface for loading arbitrary binary
154           formats with relatively easily understood code.  See
155           the elf.c32 module for an example on how to use it.
156         * New module "elf.c32", to load a protected-mode ELF kernel.
157         * MBR (old and new): Fix bug in CHS mode when LBA >
158           65535*sectors.
159         * vesamenu: fix decoding of palettized PNG images.
160         * Update the Linux kernel boot protocol.
161         * PXELINUX: Press Ctrl-N at the boot prompt to read out the
162           network info.
163         * Instead of the (non-existent) MAC, use the client identifier
164           for networks like Infiniband and Firewire/1394.
165         * Add a new INCLUDE command to the core syslinux parser.
166         * Allow binding help text to F11 and F12.
167         * F-key help now available in the simple menu system.
168         * Disabled the polling for ARP during idle.  It is simply too
169           slow on some (broken!) PXE stacks.
170         * PXELINUX: also try to fetch the config file based on UUID.
171         * SYSLINUX/EXTLINUX: New RAID mode (-r) which calls the BIOS
172           to load the next device (typically the next drive) on boot
173           failure.
175 Changes in 3.36:
176         * MEMDISK: Disable EDD by default on floppy disks.  EDD can be
177           enabled with the "edd" option and disabled with "noedd".
178           This (hopefully) should make Ghost work again.
179         * SYSLINUX: "unix" installer now uses Linux ioctls instead of
180           using libfat.
181         * New MBR which can boot from logical partitions.
182         * SYSLINUX: Fix bug in detecting special extensions which was
183           introduced in 3.35 :(
184         * PXELINUX: Unbreak chainbooting FreeBSD (and possibly others.)
186 Changes in 3.35:
187         * MEMDISK: New "safeint" mode.
188         * MEMDISK: Be more compliant with the PnP BIOS spec.
189         * MEMDISK: Turn on EDD support by default.
190         * MEMDISK: Try to work on some machines on which it would not
191           work when there was no floppy drive in the system.
192         * Simple menu system: fix serial console support (broken in
193           3.30).
194         * SYSLINUX: Support subdirectories.  Like ISOLINUX, the
195           "current directory" is the directory in which syslinux.cfg
196           is found; this is searched for in the sequence
197           /boot/syslinux, /syslinux, /.  As a side benefit, label names
198           like "linux-2.6.18" and "linux-2.6.19" are now supported.
200           To install ldlinux.sys in a subdirectory, pass the -d
201           directory option to the SYSLINUX installer.
203           This work was sponsored by slax.org (thanks, Tomas!)
204         * New API call: read disk.
205         * Invoke ONERROR on initrd load failure.
207 Changes in 3.31:
208         * The simple menu system (menu.c32 and vesamenu.c32) now
209           support loading more than one configuration file at a time,
210           using MENU INCLUDE or by specifying multiple filenames.
211         * The MENU COLOR statement can now control the shadowing mode.
213 Changes in 3.30:
214         * libcom32 extended to support graphics mode and graphical console.
215         * vesamenu.c32, new graphical version of the Simple
216           Menu System, see README.menu.
217         * New com32 modules by Erwan Velu do selection based on CPUID
218           or PCI devices present.
219         * RPM spec: add syslinux-tftpboot module; move syslinux by
220           default to the /usr/share/syslinux directory.
221         * RPM spec: extlinux is now a separate package.
223 Changes in 3.20:
224         * EXTLINUX: New options --install (-i) and --update (-U), to
225           make it clear if a boot loader should be installed or
226           updated.  For now, defaults to --install for compatibility;
227           a future version will require one of these options.
228         * New library functions to load and place files in memory.
229         * mboot.c32 bug fixes.
230         * Remove 8 MB kernel size restriction.
231         * Add "klibc" target for building unix/syslinux and
232           extlinux/extlinux with klcc (klibc-1.4.27 or later.)
233         * PXELINUX: Fail (and eventually reboot) if no configuration
234           file was found.
235         * COM32 module by Erwan Velu to make decisions based on DMI
236           info.
237         * Fix issue where going back and forth between menus a lot
238           would cause a hang.
239         * ISOLINUX: Fix bug which made "cd boot sectors" not work.
241 Changes in 3.11:
242         * MEMDISK: Fix bug by which accessing the real floppy disk
243           as B: in MS-DOS was broken.
244         * Simple menu system: allow tweaking of the screen layout.
245         * Simple menu system: better command-line editing, correctly
246           handle command lines above 256 characters.
247         * PXELINUX: revert memory allocation change that caused
248           problems on some network cards.
249         * MEMDISK: Try work around a bug on some BIOSes when no
250           physical floppy disk is present in the system.
251         * Enable the 16550A FIFOs, if present, when doing serial
252           console.
253         * New "totaltimeout" command establishes a timeout without
254           regard for any user input.
255         * Simple menu system: timeout behaviour now more in line with
256           user expectations.
257         * Simple menu system: "ontimeout" should now work correctly.
259 Changes in 3.10:
260         * gcc 4.0.1 compilation fixes.
261         * Add support for querying the PCI BIOS in libcom32
262           (used by ethersel et al.)
263         * Fix PCI handing (ethersel etc) on several old chipsets (and
264           VMWare.)
265         * Try to deal with systems with broken EBIOS.
266         * New API call to do "localboot".
267         * New API call to query features.
268         * New API call to run kernel image, a lower-level call than
269           "run command".  See comboot.doc.
270         * Fix for bug in EBIOS code discovered by Arwin Vosselman.
271         * NOESCAPE security fix.
272         * Comments are now recognized even without a space following #.
273         * Fix incorrect handling of mixes of entries with and without
274           MENU PASSWD.
275         * The idle API call now harmlessly returns failure if it is a
276           no-op.  That way the caller can decide whether or not to
277           bother invoking it again.
278         * Temporarily disable the idle API call on PXELINUX, due to
279           some platforms on which the idle API call seems to hang; this
280           problem has not yet been debugged.
281         * MEMDISK: the handling of DOSEMU-headered images was broken;
282           fix it.
283         * EXTLINUX: symlinks are now supported.
284         * Simple menu system: N and P now work correctly as hotkeys.
285         * MEMDISK: more BIOS bug workarounds.
287 Changes in 3.09:
288         * gcc4 compilation fix.
289         * <BEL> (Ctrl-G) in message files now causes a beep.
290         * Reduce the command line to 511 characters; 1023 caused
291           memory overflows.
293 Changes in 3.08:
294         * SYSLINUX: Fix performance regression (-s mode always
295           enabled.)
296         * Add API function for idle loop.
297         * libutil: Add do_idle() function for idle loop, make
298           get_key() use it.
299         * libutil: Add SHA-1 and base64 functions.
300         * Simple menu system: add password support.
301         * EXTLINUX: Sparse files now handled correctly.
302         * EXTLINUX: Large directories now handled correctly.
303         * ALL: At the prompt, Ctrl-X now forces text mode.
304         * Fix configuration file parsing error, that could cause
305           hangs.
306         * Rewritten advanced menuing system from Murali Ganapathy.
307         * MEMDISK: New "bigraw" mode to work around certain broken
308           BIOS flash programs.
309         * COM32 module to boot Multiboot systems, including Xen.  See
310           com32/modules/mboot.doc.
311         * Max command line changed to 1023 characters.  Note that the
312           kernel proper still can only handle 255 characters without
313           patching, and COM16 binaries can only handle 125 characters.
315 Changes in 3.07:
316         * Fix chainloading (chain.c32).
317         * Fix zlib build problem.
318         * Use a private copy of <linux/ext2_fs.h>.
320 Changes in 3.06:
321         * Fix typo that caused the ramdisk to load in the wrong place.
323 Changes in 3.05:
324         * New API function "shuffle and boot"; allows COM32 modules to
325           load or construct (almost) arbitrarily complex objects,
326           e.g. a kernel and its initrd/initramfs in pieces, and have
327           the API core reorganize memory for booting.  (A library API
328           for this function will be introduced in a later version.)
329         * The initrd= option now supports multiple filenames separated
330           by commas.  This is mostly useful for initramfs, which can
331           be composed of multiple separate cpio or cpio.gz archives.
332           (Note: all files except the last one are zero-padded to a 4K
333           page boundary.  This should not affect initramfs.)
334         * EXTLINUX: Fix API function 000Ah (get derivative-specific
335           info).
336         * libcom32/ethersel: Support PCI Config Mechanism #2 on
337           machines still infested with that hideous old hack.
338         * SYSLINUX: Fix directory-parsing bug.
340 Changes in 3.02:
341         * SYSLINUX: The "unix" installer now sets the MS-DOS
342           attributes (hidden, system, readonly.)
343         * COM32 library: build the .lnx (test modules for running
344           under Linux) as architecture native modules, in case
345           i386 devel libraries aren't installed.
346         * EXTLINUX: Hack for systems which don't have BLKGETSIZE64
347           defined in the standard header files.
348         * Simple menu system: minor aestetic improvements, and try to
349           work better over a serial console (speed, and readability on
350           monochrome terminal emulators.)
351         * New CONSOLE directive to control output on the video console
352           (useful for dealing with some broken serial-forwarding
353           BIOSes.)
354         * New com32 module "ethersel" for searching for an Ethernet
355           card and selecting the proper version of Etherboot.
356         * EXTLINUX: Allow the user to override the detected geometry.
357           Add help.
359 Changes in 3.01:
360         * EXTLINUX, SYSLINUX: Fix compile errors on some systems.
361         * EXTLINUX: Default to zipdrive geometry (64 heads, 32
362           sectors) if no other geometry can be detected.
364 Changes in 3.00:
365         * SYSLINUX: Support FAT32 and EDD.  As an unfortunate
366           consequence, LDLINUX.SYS is no longer an ordinary file; it
367           is block-mapped at install time, which means it can only be
368           written using the syslinux installers.
369         * SYSLINUX: Reorganize the source code for the installers;
370           each one of the installers (dos, win32, unix, mtools) is now
371           built in its own subdirectory.  In particular, "mtools" is
372           the unprivileged installer which uses mtools; "unix" is the
373           privileged installer which uses system calls.
374         * SYSLINUX: Completely rewritten DOS installer in C.
375         * ALL: "label" statement information is now stored in a
376           compressed format, which means that a lot more labels are
377           permitted (500-1000 in a typical configuration, but depends
378           on the complexity.)
379         * EXTLINUX: New derivative, which boots from an ext2/ext3
380           filesystem.
381         * SYSLINUX: The DOS and Win32 installers can now optionally
382           write the boot sector to a file instead of the real boot
383           sector.  This is not supported in the Linux installers,
384           however.
385         * ALL: New NOESCAPE command, disables the "hold down the Shift
386           key to display the prompt" behaviour.
387         * New simple menu system, as an alternative to the advanced
388           menu system already present.  See README.menu for details.
389         * PXELINUX: Filenames can now be prefixed with an IP address
390           or DNS name plus :: (e.g. 192.0.2.1::filename or
391           server.domain.com::filename), which downloads a file from an
392           alternate TFTP server, or just a :: (e.g. ::filename), which
393           suppresses the common pathname prefix.  See pxelinux.doc.
394         * SYSLINUX: Add an -m option to the DOS and Win32 installers
395           to write an MBR and -a to mark the partition SYSLINUX is
396           being installed on active.
397         * MEMDISK: Give a way to query the boot loader type while
398           running MEMDISK; see memdisk/memdisk.doc and
399           sample/mdiskchk.c.
400         * mkdiskimage: substantially improved mkdiskimage which, among
401           other things, can now be used to initialize USB keys as
402           zipdrives; see README.usbkey for more information.
404 Changes in 2.13:
405         * MEMDISK: Fix command-line parsing "brown paper bag" class
406           bug.
407         * MEMDISK: Add "raw" mode to support the DOS boot disk from
408           WinME/XP, which seems to deliberately crash the system
409           when someone uses the "INT 15h mover" highmem API.
410         * Make "make install" do something sane for the com32
411           development environment.
412         * In the spec file, create a separate -devel RPM for the com32
413           development environment.
415 Changes in 2.12:
416         * Simple C library, based on klibc, for writing COM32
417           programs.
418         * Fix the handling of file length in loading of COM32
419           programs.
420         * MEMDISK: Work around a linker bug by rearranging the code to
421           not use the linker for the 16-bit code.
422         * SYSLINUX: If we're building on a machine without a Win32
423           (mingw) compiler, just skip building syslinux.exe.
424         * ISOLINUX: Support non-mkisofs mastering programs, at least
425           as long as the image is single-session.  For best results,
426           ISOLINUX should be the only boot loader installed.
427         * MEMDISK: Allow the user to specify that the simulated disk
428           should be write-protected.
430 Changes in 2.11:
431         * ALL: Add an API call to get the configuration file name.
432         * SYSLINUX: Fix bug in 2.10 that prevented it from working
433           correctly for a lot of people.
434         * SYSLINUX: In the installer, make mtools a bit less fussy.
435         * Make the menu system compile with newer gcc's.
437 Changes in 2.10:
438         * MEMDISK: Handle images compressed with zip as well as with
439           gzip.  Some Windows-based image tools apparently generate
440           these kinds of images by default.  Patch by Patrick
441           LoPresti.
442         * Major menu improvement from Murali Ganapathy.
443         * ISOLINUX: Wonderfully sick and brilliant workaround for
444           severe bugs in certain Award BIOSes; from Knut Petersen.
445         * SYSLINUX: Fix for the nomtools installed, from Frederic
446           Pasteleurs.
447         * PXELINUX: Fix handling of IP numbers in the ranges
448           100-109 and 200-209.
449         * ALL: New option "allowoptions" (defaults to 1), which
450           controls if options are allowed on the command line or not.
451         * SYSLINUX: Support building under klibc (see the klibc
452           distribution for details.)
454 Changes in 2.09:
455         * SYSLINUX: Remove residual setuid crap from
456           syslinux-nomtools.
457         * Handle video pages correctly when using the API functions.
458         * Handle compiling on an x86-64 platform correctly.
459         * Menu system from Murali Krishnan Ganapathy; see the menu
460           directory for information.
461         * COMBOOT: Allow COMBOOT programs to change screen text mode.
462         * COMBOOT: Correct the documentation of how to detect
463           SYSLINUX from COMBOOT!!!!
464         * COMBOOT: Fix "get key without echo" API function.
465         * SYSLINUX: Fix bug that affected the API open function.
466         * ALL: Improve the E820 memory parser, to work around some
467           buggy BIOSes.
469 Changes in 2.08:
470         * Add new configuration command "ontimeout" to allow timeout
471           to have a different action than just pressing Enter.
472         * Add new configuration command "onerror" to allow a custom
473           command to be executed in case the kernel image is not found.
474         * Fix bugs in the COMBOOT/COM32 command-line parsing.  APPEND
475           now works with COMBOOT/COM32 images.
476         * PXELINUX: Poll for ARP requests while sitting at the
477           prompt.  This makes some boot servers a lot less unhappy.
478         * PXELINUX: Actually free sockets when we get a failure
479           (including file not found.)  This bug would cause us to run
480           out of sockets and thus "go deaf" after a while.
481         * MEMDISK: Add an API to query for the existence of MEMDISK.
482         * SYSLINUX: Fix loading boot sectors (.bs/.bss) from floppy
483           disk.
484         * .c32 is now one of the extensions searched for
485           automatically.
486         * PXELINUX: RFBG.exe seems to randomly overwrite memory
487           location 0x5700.  Thus, don't use it!
488         * PXELINUX: Change pathname length max from 63 to 127; change
489           max vkernels from 128 to 64.
490         * Support Ctrl-U -> kill entire command line input.
491         * The "samples" directory contains a (barely at all tested)
492           chain loading example, chain.c32, which may be used to
493           chainload local floppy disks and hard disks.  Use with
494           "chain fdN" or "chain hdN [partition]"; N = 0 for the first
495           drive of each type.
497 Changes in 2.07:
498         * MEMDISK: Workaround for BIOSes which go into a snit when
499           they get a RESET command for the floppy system when there is
500           no floppy in the system.
501         * PXELINUX: Add "ipappend 2", which passes the hardware
502           address of the boot interface to the kernel as a
503           command-line option.
504         * mkdiskimage: fix the generation of the end limit.
505         * PXELINUX: Fix multiple bugs in chainloading of other NBPs.
506         * MEMDISK: Fix bug that would occationally cause "ran out of
507           input data" when using compressed disk images.
508         * SYSLINUX: Updates for the win32 installer (from Lars Munch.)
509         * PXELINUX: PXELINUX-specific options are now recognized both
510           in a vendor-option-space (a.k.a. type 43 encapsulated) as
511           well as in a site-option-space (unencapsulated.)
512         * COM32: Don't crash when DS != 0.
513         * COMBOOT/COM32: Make file reading work correctly.  Thanks to
514           Phung Chi Kien for submitting a test program.
516 Changes in 2.06:
517         * ALL: Fix problem that would occationally cause a
518           boot failure, depending on the length of the kernel.
519         * ISOLINUX: Fix problem that would occationally cause a
520           boot failure, depending on the length of directories.
521         * SYSLINUX: Win32 installer now flushes buffers.
522         * ppmtolss16: Be fully compliant with the PNM spec;
523           actually process comments in the header and odd
524           alignments of the various parameters, as well as
525           "plain" (not raw) files and PBM and PGM files.
526         * PXELINUX: Lower the default MTU to 1472 in order to deal
527           with systems with slightly nonstandard MTUs, and PXE
528           stacks which don't defragment correctly.  Unfortunately this
529           is very hard to test dynamically.
531 Changes in 2.05:
532         * PXELINUX: Add a default query based on the hardware address
533           of the boot device.  This is in lower case hexadecimal form
534           separated by dashes and including the hardware type, for
535           example, the Ethernet (type 1) address 88:99:AA:BB:CC:DD
536           would query the file pxelinux.cfg/01-88-99-aa-bb-cc-dd.
537         * PXELINUX: Fix bug involving non-IP-based config file names.
538         * SYSLINUX: New installer for WinNT-based systems, from Lars
539           Munch.
540         * MEMDISK: Fix handling of memory region overlap when
541           decompressing.  Thanks to Mikhail Kupchik for identifying
542           the problem.
544 Changes in 2.04:
545         * ALL: Reclaim even more low memory by observing that
546           comboot_seg == real_mode_seg is perfectly fine, and by the
547           fact that the 1000h segment managed to get unused in all
548           derivatives...
549         * PXELINUX: Attempt to negotiate full Ethernet-sized blocks
550           (1468 bytes) using the blksize option.
551         * SYSLINUX: Resurrect the old no-mtools version of the
552           installer, although as a root-only tool.  Some distributors
553           have indicated that they need a small standalone installer.
554         * MEMDISK: Fix a memory offset computation error when
555           installing compressed disks which generally would cause
556           1 MB of memory to be wasted.
557         * MEMDISK: Fix installing the E820 memory map.  Calling
558           INT 15h AX=0E820h with MEMDISK 2.03 loaded would give a
559           completely corrupt memory map.
560         * SYSLINUX: Make libsyslinux a dynamic library, so that it can
561           be updated separately from client programs.  The whole idea,
562           after all, is to enable alternate programs to become
563           syslinux installers.
564         * Include an rpm spec file in the distribution, so rpmbuild
565           -ta works.
567 Changes in 2.03:
568         * Actually support comment lines in the configuration file.
569         * PXELINUX: Try to resolve some problems with stack switches.
570         * PXELINUX: Handle PXE stacks with broken routing.
571           With these workarounds, the remote install PXE boot floppy
572           (rbfg.exe) from Argon Technologies should work correctly.
573         * Fix problems with Perl scripts in UTF-8 locales.
574         * You probably need NASM 0.98.34 or later to compile this
575           version.  0.98.36 is recommended.
576         * MEMDISK: Now supports gzip compressed images.
578 Changes in 2.02:
579         * SYSLINUX: Security flaws have been found in the SYSLINUX
580           installer when running setuid root.  Rewrite the SYSLINUX
581           installer so it uses mtools instead.  It therefore now
582           requires mtools (specifically mcopy and mattrib) to exist on
583           your system, but it will not require root privileges and
584           SHOULD NOT be setuid.
586 Changes in 2.01:
587         * MEMDISK: Fix memory sizing bug when the ramdisk crosses the
588           16 MB boundary.
589         * MEMDISK: Add a "pause" option to stop immediately before
590           booting, to read off the messages.
591         * MEMDISK: Support disk images with DOSEMU headers.
592         * Update the mkdiskimage script to handle newer mtools
593           versions, and be able to generate disk images with DOSEMU
594           headers (controlled by the -d option).
595         * Fix the COM32 sample program.
596         * PXELINUX, ISOLINUX: Fix some COMBOOT API calls.
597         * PXELINUX: Doc fix.
598         * Build SYSLINUX into a small library for encapsulation into
599           other programs (however, please keep in mind this is a GPL'd
600           library.)
601         * SYSLINUX: Make installer work with "owner" in /etc/fstab.
602         * SYSLINUX: Fix issue with working on nonpartitioned hard disk
603           devices.  THIS CONFIGURATION IS NOT RECOMMENDED.
605 Changes in 2.00:
606         * ALL: Add support for "COM32" (32-bit COMBOOT) images.
607         * ALL: Add an API for COMBOOT/COM32 images.  See comboot.doc
608           for details.  There is a C development environment for
609           COM32 being created; it should be ready at some point in
610           the future.
611         * Fix mbr.asm so that it actually works.
612         * SYSLINUX: The syslinux installer *SHOULD* now be safe to
613           run setuid root.
614         * PXELINUX: Fix bug where PXELINUX would override random
615           chunks of the UNDI code segment!  Thanks to Kevin Tran for
616           finding this bug.
617         * ISOLINUX: Fix a bug related to slashes in pathnames.
618         * ISOLINUX: Fix a bug in handling initrds over 128 MB.
619         * ALL: Make the <Ctrl-V> key print out the version; this is
620           to help debugging.
621         * Add a small script, mkdiskimage, to create a DOS-formatted
622           hard disk image using mtools.  This may be useful in
623           conjunction with MEMDISK.
624         * ISOLINUX: Search for a /boot/isolinux directory as well as
625           /isolinux.
626         * ALL: Fix a bug related to very long configuration files.
627         * PXELINUX: Work around a NASM bug which would result in no
628           delay before reset if an error occurs.
630 Changes in 1.76:
631         * ISOLINUX: Remove code no longer used which caused hangs on
632           some Toshiba laptops.
634 Changes in 1.75:
635         * ALL: NASM 0.98.32 or later is now required to build
636           SYSLINUX from sources.
637         * SYSLINUX: put back in the workaround for the BIOS floppy
638           table.  This seems to be a requirement for "extended" floppy
639           formats to work correctly.
640         * SYSLINUX: No longer warn if one is trying to boot on a 286
641           or older.  The above BIOS workaround no longer fits if the
642           requirement to use only 8086-compatible code in the early
643           boot is maintained.  It made sense in 1994, but in 2002 a
644           286 or older is a museum object.
645         * SYSLINUX: Use a downright bizarre, stateful algorithm to try
646           to guess the maximum transfer size.  I am *hoping* this will
647           cut down on the number of systems for which -s is required
648           to work at any acceptable speed.
649         * ISOLINUX: Add a few more workarounds for various broken El
650           Torito BIOSes.
651         * Make sure .depend files aren't accidentally packed...
652         * ALL: Fix bugs in the extension-detect code; this caused
653           files like COMBOOT images and CD boot sectors to be
654           mis-identified as Linux kernels and rejected.
655         * ALL: Fix the return from COMBOOT.
656         * ALL: Do some of the early groundwork for supporting DOS
657           system calls in COMBOOT.
658         * Get rid of unnecessary "near" directives, making the code
659           bigger.
660         * PXELINUX: Put the PXE stack back in the init state before
661           invoking a chain-loaded NBP.
662         * PXELINUX: Actually found the combination of calls that
663           allows some (most?) PXE 2+ stacks to be unloaded from memory
664           properly.
665         * PXELINUX: Add "keeppxe" command-line option to disable
666           the standard unloading of the PXE stack.
668 Changes in 1.74:
669         * SYSLINUX: fix bug that would cause valid kernel images to be
670           labelled "invalid".
672 Changes in 1.73:
673         * Work on removing gratuitous differences between modules.
674         * Break up the source in common and module-specific files.
675         * PXELINUX: Allow chaining of other PXE NBPs.
676         * ISOLINUX: Allow loading "CD-ROM boot sectors".
677         * ALL: generalize the definition of a boot sector/NBP.
679 Changes in 1.72:
680         * PXELINUX, ISOLINUX: Fix bugs in the new core code.
682 Changes in 1.71:
683         * Fix a "brown paper bag" class bug in the new core code.
685 Changes in 1.70:
686         * Major code restructuring.
687         * Relax the conventional memory limits somewhat.
688         * MEMDISK: Set up the "version number string" pointer in the
689           header correctly.
690         * SYSLINUX: Fix, again, "the bug that won't die": the use of
691           the offset parameter with the SYSLINUX installer.
692         * SYSLINUX: Fix possible superblock corruption problem in the
693           SYSLINUX installer.
695 Changes in 1.67:
696         * Handle bug in the location of initrd.
698 Changes in 1.66:
699         * MEMDISK: Make compile with newer versions of gcc.
701 Changes in 1.65:
702         * ISOLINUX: Support booting disk image files (to boot DOS or
703           other non-Linux operating systems), *IF* the BIOS works
704           correctly; unfortunately many BIOSes apparently don't.
705         * Support Linux boot protocol version 2.03 (explicitly
706           specify the initrd address limit.)
707         * Handle small "pseudo-kernels"; images that use the Linux
708           kernel boot protocols but are less than 64K in size.
709         * MEMDISK: New subsystem; this is a driver which allows
710           legacy OSes to boot using an in-memory simulated disk.
711           See memdisk/memdisk.doc for more info.
712         * PXELINUX, ISOLINUX: Correctly handle files larger than 65535
713           blocks (32 MB for PXELINUX, 128 MB for ISOLINUX.)
714         * PXELINUX: Make a best-effort attempt at freeing all memory
715           claimed.  From the looks of it, it will fail on most PXE
716           stacks.
718 Changes in 1.64:
719         * Limited support for hardware flow control when using a
720           serial port console.
721         * Support specifying the serial port I/O address explicitly.
722         * Make DOS installer hopefully behave more nicely when used on
723           recent Windows versions.
724         * Fix returning to text mode when a font has been specified.
725         * Attempt to detect missing serial port hardware and disable
726           the serial port if there is nothing there.
728 Changes in 1.63:
729         * Make the ppmtolss16 program handle color conversion more
730           correctly.
731         * Clean up "make install" target, honour INSTALLROOT if it
732           exists.
733         * SYSLINUX: Fix stack-smash bug identified by Steffen
734           Winterfeldt.
735         * Hopefully fix return-to-text-mode on some graphics cards.
736         * ISOLINUX: Bug workaround for Award BIOS 4.51, and perhaps
737           other buggy BIOSes as well.
739 Changes in 1.62:
740         * PXELINUX: Allow the DHCP server to override the
741           configuration file name and pathname prefix, using
742           "site-specific" DHCP options.
743         * PXELINUX: Documentation fixes.
744         * PXELINUX: Fix the "ipappend" option; the last two values
745           were reversed vs. what the kernel expected.
746         * Introduce a way to return to text mode once we are already
747           in graphics mode.  This may be useful for F-key help
748           screens.
749         * Fix several bugs in the way return to text mode was handled.
751 Changes in 1.61:
752         * ISOLINUX: Support full pathname searches.  Max length for a
753           pathname is 255 characters.  As a result, only 64 "label"
754           statements are supported in ISOLINUX.
755         * PXELINUX: Max filename length extended to 63 characters.
757 Changes in 1.60:
758         * Add support for graphical splash screens.
759         * Add mode control characters, which allows you to control
760           message display output depending on output mode (text,
761           graphics, or serial port.)
762         * ISOLINUX: New program, which boots Linux from a CD-ROM
763           without using floppy emulation mode.  See isolinux.doc for
764           more details.
765         * PXELINUX: Don't search for boot sector file types, since
766           they don't work anyway.
767         * SYSLINUX: Document the LOCK command for Win9x, and the error
768           dialog box for WinNT/2K.
770 Changes in 1.54:
771         * PXELINUX: Fix code for finding !PXE from PXENV+.  This was
772           due to a spec bug; match the most recent spec since that
773           seems to be what implementations actually do.
774         * SYSLINUX: Add some smarts to the boot sector, which
775           hopefully should reduce the number of systems which require
776           stupid mode ("syslinux -s").
777         * PXELINUX: Document further some of the pathologies with old
778           PXE stacks.
779         * When specifying a "default" command line, no longer
780           automatically appent "auto".  See the "DEFAULT" command in
781           syslinux.doc for more information.
782         * PXELINUX: Clean up the allocation of local socket numbers.
784 Changes in 1.53:
785         * PXELINUX: Rename pxelinux.bin to pxelinux.0, to match what
786           most PXE servers seem to expect.
787         * PXELINUX: Update the DHCP/boot server setup documentation.
788         * PXELINUX: Support new "localboot" option for "label"
789           sections.
790         * PXELINUX: More robust parsing of DHCP/boot server packets.
791         * PXELINUX: Include a small utility program "gethostip" to
792           compute hexadecimal IP addresses.
794 Changes in 1.52:
795         * PXELINUX: Fix bugs introduced by new A20 code.  (SYSLINUX
796           has also been changed for code consistency reasons, but I'm
797           pretty sure the changes are don't care on SYSLINUX.)
798         * Documentation updates.
799         * PXELINUX: Add "ipappend" option to generate an ip= option to
800           the kernel.
802 Changes in 1.51:
803         * PXELINUX: Not all PXE stacks fill in the IP address for a
804           type 3 cached info query.  Use a type 2 cached info query
805           for this information (only.)
806         * Yet another attempt at A20 coding.  Now support BIOS call
807           15:2401 as well, and handle machines which always have A20
808           on separately.
809         * Support memory detection using INT 15h, AX=0E820h.  BIOS
810           manufacturers have apparently gotten sloppy about keeping
811           INT 15h, AX=0E801h working properly.
812         * Don't issue <CR><LF> onto the serial port when we're doing
813           screen wraparound.
815 Changes in 1.50:
816         * Yet another A20-code update.  It seems some "legacy-free"
817           machines and embedded gear simply don't have a KBC to talk
818           to, and that waiting for one will wait forever.  Sigh.
820 Changes in 1.49:
821         * SYSLINUX: Implement a hack for BIOS drivers which hog significant
822           chunks of low memory during boot.  (Note: PXELINUX already
823           had this modification.  SYSLINUX does still require that the
824           low 512K is available; PXELINUX requires 384K.  Machines
825           with a physical memory hole in the low 640K cannot boot
826           Linux no matter what.)  Depending what the reason is for the
827           memory hole, a new kernel (2.4.0-test3-pre3 or later) may be
828           required.
829         * SYSLINUX: Default installer binary now compiled against
830           glibc 2.1.  If this is inappropriate for your system and you
831           still want to use the offical version of SYSLINUX, please
832           follow the instructions in "distrib.doc" to rebuild the
833           installer.
834         * SYSLINUX: Linux installer program now supports -o <offset>
835           option which does a loopback mount with the
836           -o loop,offset=<> option.  Useful to run SYSLINUX on an
837           individual partition of a whole-harddisk image.
838         * Include the source code to a Master Boot Record (MBR)
839           functionally equivalent to the one installed DOS except it
840           includes EBIOS support, and should be resistant to geometry
841           changes.  The MBR code is public domain.
842         * PXELINUX: Fix "double p" bug: if the tftp prefix was null,
843           all filenames would get a "p" preprended, e.g.
844           "ppxelinux.cfg" and "pvmlinux".
846 Changes in 1.48:
847         * PXELINUX: Workaround for PXE ROMs based on the Intel PXE PDK
848           3.0 build 071 and earlier: missing !PXE structure pointer.
849         * PXELINUX: Handle larger BOOTP/DHCP packages.
850         * PXELINUX: The command line passing was broken; fix.
851         * PXELINUX: Make COMBOOT images work.
852         * PXELINUX: Documentation on how to make booting work using
853           the PDK 3.0-derived clients, which aren't so generous as to
854           allow booting with only "PXEClient" specified.
856 Changes in 1.47:
857         * PXELINUX: RFC 1123 states that a TFTP implementation MUST
858           use adaptive timeout, "at least an exponential backoff of
859           retransmission timeout is necessary."  Implement a very
860           simple exponential backoff for retransmits.
861         * PXELINUX: Updated documentation, including pointer to new
862           TFTP server.
863         * PXELINUX: When sending ERROR due to bad OACK, use the proper
864           destination port number (why are TFTP port numbers so odd?)
865         * PXELINUX: If the boot dies in the middle somewhere,
866           eventually give up and reset the machine (unattended
867           operation.)
869 Changes in 1.46:
870         * New program PXELINUX to do network booting using a
871           PXE-compliant (Pre-Execution Environment) network booting
872           PROM.  See pxelinux.doc for details.
874 Changes in 1.45:
875         * Serial console support.  See syslinux.doc for details.
877 Changes in 1.44:
878         * Change HIGHMEM_MAX to 38000000h to (hopefully) avoid the
879           kernel stepping on it; 3f000000h was apparently a higher
880           limit than the kernel used!
882 Changes in 1.43:
883         * Add sys2ansi.pl script to display the contents of a
884           colorized SYSLINUX file.
885         * Changed the io_delay once again, after a report that the
886           old delay port causes hangs on some systems.
888 Changes in 1.42:
889         * Frob the "fast A20 gate" port as well as the keyboard
890           controller; will this help systems with problems?
891         * Be even more paranoid about A20, unfortunately even this
892           seems to be not paranoid enough... what I don't understand
893           is that if there is hardware out there *this broken*, how
894           can it run Linux at all?  Report an error message rather
895           than hang forever if A20 is stuck.
896         * Include some intermediate files in the distribution, plus
897           provide a "make installer" target for distributors to relink
898           the install programs only.  I would prefer the syslinux boot
899           loader proper to be "binary clean" for debuggablity -- use
900           "make clean ; make installer" to rebuild the installers only.
902 Changes in 1.41:
903         * Don't get confused by directories, volume labels, or VFAT
904           long names.
905         * Use INT 15h, AX=0E801h to query memory size before trying
906           INT 15h, AH=88h.  This not only provides more headroom
907           between the kernel and the initrd on large-memory machines,
908           but it appears some recent BIOSes actually have started
909           returning garbage for the AH=88h (older) call.
910         * Trust high memory beyond the 15 MB mark if the user has
911           specified it, or if obtained with INT 15h, AH=0E801h (with
912           no memory holes above 1 MB.)
914 Changes in 1.40:
915         * Increase A20M delay and put in a test to avoid problems on
916           certain IBM Thinkpads (thanks to Donnie Barnes of RedHat
917           for vital info on this one.)
918         * Support COMBOOT style boot command images.
919         * Support chain loading (foreign operating systems, e.g. DOS).
920         * Include a new "copybs" DOS utility to copy a boot sector to
921           a file (under Linux, use "dd".)
922         * Fix the DOS installer to work for disks over 32 MB.
923         * SYSLINUX should now handle disks with more than 65536 tracks.
925 Changes in 1.37:
926         * Fix a bug that caused "label" statements in syslinux.cfg to
927           not be handled properly.
928         * Updated the documentation.  Among other things, we now allow
929           up to 128 "label" statements.
931 Changes in 1.36:
932         * Fix for booting old (pre-initrd) kernels.
933         * It seems at least some versions of OS/2 doesn't set up all
934           the fields in the superblock correctly.  Account for that.
935         * Fix bug that caused boot failure when using the mem= option.
937 Changes in 1.35:
938         * Loading from partitions now should work properly.  (Actually
939           tested, this time.  You should even be able to dd a floppy
940           to a partition and boot from it.)
941         * Removed large workaround code for an alleged ancient BIOS
942           bug I have never actually seen.  The -s option should work
943           on those machines, anyway.
944         * Support for simple keyboard remappings, same as used by
945           LILO (once again to support localization.)  The program
946           keytab-lilo.pl from the LILO distribution included to
947           generate such maps.
948         * Added a "safe, slow and stupid" (-s) option to the
949           installers.  This option will lobotomize the boot sector to
950           hopefully work on even very buggy BIOSes.
952 Changes in 1.34:
953         * Ability to load a VGA font on bootup (for localized Linux
954           distributions.)
956 Changes in 1.33:
957         * Bug fix in the Linux installer.
958         * Added a workaround for a bug in certain AMI/Intel BIOSes
959           when booting from CD-ROM.
960         * Documentation changes.
962 Changes in 1.32:
963         * FAT16 filesystems are now supported.
965 Changes in 1.31:
966         * Now compiles under Linux, using NASM, rather than using
967           Turbo Assembler under DOS.  See http://www.cryogen.com/Nasm
968           for information about NASM.
969         * Linux-hosted SYSLINUX installer, as well as a
970           rewritten DOS installer (now is written in assembler, so we
971           don't need Turbo C.)
973 Changes in 1.30:
974         * Added support for loading bzImage and initrd loading, and made
975           SYSLINUX new-setup-code aware (SYSLINUX 1.30 id=0x31).
976         * Added LILO-style kernel labels; see the LABEL and IMPLICIT
977           keywords in README file.
978         * Added support for colorization of intro and help screens.
979         * The vga= option is now handled correctly.
980         * Massive rewrite of large chunks of the code in order to
981           support the first two new features.
983 Changes in 1.20:
984         * Added simple online help at the "boot:" prompt.
985         * Removed 2880K image as I no longer have access to such a
986           floppy drive.  (Donations accepted!!)
987         * Decided to distribute the source in a subdirectory rather
988           than in a nested zipfile.
990 Changes in 1.11:
991         * Removed a sanity check which would cause booting to fail on
992           Phoenix BIOS version 4.03.  Apparently this BIOS is buggy.
994 Changes in 1.10:
995         * Added configuration file SYSLINUX.CFG.  This file contains all
996           configurable options, and can be edited from any OS which can
997           access an MS-DOS filesystem; there is no longer a need to run
998           SYSLINUX.EXE except to write the boot sector.
999         * Default command line now given by "default" line in config
1000           file.
1001         * LINUXMSG.TXT and BOOTMSG.TXT hard-coded file names replaced by
1002           "display" and "prompt" lines in config file.
1003         * LILO-style option appending now supported ("append" line in
1004           config file).
1005         * Prompt timeout is now supported ("timeout" line in config
1006           file).  The timeout is cancelled when anything is typed on the
1007           command line.
1008         * Pressing <ESC> or <Ctrl-C> at the Loading... stage now aborts
1009           the kernel loading in progress and returns the user to the
1010           boot: prompt.
1011         * The installer now automatically sets the READONLY flag on
1012           LDLINUX.SYS.
1013         * Added 2880K disk image.
1015 Changes in 1.03:
1016         * Fixed bug that would prevent booting from double-density
1017           floppies and other DOS filesystems with multiple sectors per
1018           cluster.
1019         * Added 720K disk image.
1020         * Changed default kernel name on disk images to LINUX.
1022 Changes in 1.02:
1023         * Fixed bug that would garble the command line on recent kernels
1024           with more than 4 sectors of setup code (this wasn't really a
1025           *bug*; rather, a kernel change broke the code.  Unfortunately
1026           the Linux boot interface is still sorely undocumented).
1027         * Added BOOTMSG.TXT file support (message file which does not
1028           force display of the boot prompt).
1030 Changes in 1.01:
1031         * Fixed bug on some (most?) 386 BIOSes would require two boot
1032           attempts.