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