summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* The great graphics merge! We're now officially working on version 1.60.hpa2001-04-051-0/+3
|
* Clean up the allocation of local socket numbers. We can now genuinelysyslinux-1.54before.graphics.mergehpa2001-03-301-0/+1
| | | | guarantee that we don't try to use the same socket number twice.
* Get rid of the automatic appending of "auto".syslinux-1.54-pre3hpa2001-03-281-0/+3
|
* Document documentation change.hpa2001-03-281-0/+2
|
* Add hack that hopefully will make -s mode less necessarysyslinux-1.54-pre2hpa2001-03-281-0/+3
|
* Working on version 1.54.syslinux-1.54-pre1hpa2001-03-201-0/+5
| | | | Fix spec-bug-induced bug in finding the !PXE structure if PXENV+ was found.
* Update documentation in preparation of 1.53 releasesyslinux-1.53hpa2001-03-111-3/+1
|
* More robust DHCP parsing; document "gethostip" program.hpa2001-03-101-0/+3
|
* Support "localboot" option for PXELINUX.syslinux-1.53-pre2hpa2001-03-081-0/+2
|
* Rename pxelinux.bin to pxelinux.0 to match common PXE server conventions.syslinux-1.53-pre1hpa2001-02-271-0/+7
|
* Support for ip= option in PXELINUX.syslinux-1.52-pre2hpa2001-02-081-0/+2
|
* Document documentation updates.hpa2001-02-071-0/+1
|
* Realized the nature of the A20/PXELINUX problem: On SYSLINUX SS = CS,hpa2001-02-071-2/+3
| | | | on PXELINUX, SS != CS.
* Working on release 1.52hpa2001-02-071-0/+4
|
* Note that we don't wraparound on the serial portsyslinux-1.51-pre7hpa2001-01-241-0/+2
|
* INT 15h, AX=0E820h memory detection support.syslinux-1.51-pre3hpa2001-01-191-0/+3
|
* Yet another round of A20 changes.syslinux-1.51-pre2hpa2001-01-191-0/+3
|
* PXELINUX: Handle cached info packets 2 and 3hpa2000-12-291-0/+5
|
* Change the A20 code to allow operation on KBC-less machines.syslinux-1.50-0x3a159915syslinux-1.50hpa2000-11-171-0/+5
|
* Initial PXELINUX/SYSLINUX bug fix/new protocol merge checkin.syslinux-1.49-0x3968dd43hpa2000-07-091-1/+1
|
* - Add support for boot protocol 0x0202 to SYSLINUX (not PXELINUX yet)syslinux-1.49-0x3964365chpa2000-07-061-3/+7
| | | | | - Fix PXELINUX "p" bug - Remove padding from end of MBR binary
* Update in preparation for 1.49 release.hpa2000-06-281-1/+10
|
* Documentation update; note that future binaries will be distributed ashpa1999-12-221-0/+5
| | | | glibc 2.1 binaries.
* Untested M-systems fix for SYSLINUX...syslinux-1.49-0x38609533hpa1999-12-221-0/+11
|
* Update docs.hpa1999-09-271-1/+4
|
* Many fixes and bug workarounds for PXELINUX.hpa1999-09-271-0/+7
|
* Add note about PXELINUX timeout.syslinux-1.47hpa1999-09-211-0/+3
|
* Add final timeout for PXELINUX; better documentation; hopefullyhpa1999-09-211-3/+13
| | | | | better handling of ERROR packets and timeouts in general. Prepare version 1.47.
* Add documentation for PXELINUX. Cleanup header in syslinux.doc.hpa1999-09-171-0/+5
| | | | Fix Loading message for pxelinux initrd.
* Serial console support; still needs polishing, though. Unsure if safehpa1999-06-141-0/+3
| | | | without a serial port plugged in?
* Change the HIGHMEM_MAX limit from 3f000000h to 38000000hsyslinux-1.44hpa1999-05-281-0/+3
|
* Working on 1.44 now...hpa1999-03-231-0/+2
|
* Added note about the I/O delay change.syslinux-1.43-0x36dff6efhpa1999-03-081-0/+2
|
* Added sys2ansi.pl and I/O port change to NEWShpa1999-03-051-0/+4
| | | | | Changed io_delay from an OUT to port 0xED to an IN from port 0x80; this hopefully will solve some problems.
* Be ultra-hyper-paranoid about A20.hpa1998-12-051-0/+5
|
* Split the build between boot loader proper and installers; this willsyslinux-1.42-0x366788f5syslinux-1.42-0x36678377hpa1998-12-041-0/+5
| | | | | permit distributors to rebuild the installers without changing the binary of the boot loader proper.
* Frob the fast A20 gate as well as the keyboard controller. Prepare forhpa1998-12-031-0/+4
| | | | 1.42 prerelease.
* Query memory with INT 15h, AX=0E801h and trust memory above 15 MBhpa1998-12-011-0/+8
| | | | if obtained that way or specified by the user.
* We have space in the boot sector to check the file-ness of LDLINUX.SYShpa1998-05-131-0/+4
| | | | now; use it.
* Put a ribbon on it... we finally got working A20M code. This should besyslinux-1.40hpa1998-05-081-44/+44
| | | | the official 1.40.
* The Linux installer was never a Perl script.hpa1998-05-081-1/+1
|
* - (Hopefully) fix the track 65536 problem.hpa1998-05-071-0/+1
| | | | | | - Make the magic smaller, and make the banner say SYSLINUX instead of LDLINUX.SYS. - Update the documentation accordingly.
* Update the DOS installers to use the new INT 25h/26h interface ifhpa1998-05-071-0/+3
| | | | | DOS >= 4.0; should now work on hard disks. New "copybs" utility.
* Update NEWS file with 1.40 changes to date.hpa1998-05-061-0/+7
|
* - Increase A20M delay to make certain IBM Thinkpads boot correctly.hpa1998-05-061-0/+6
| | | | | | | - COMBOOT support. - Foreign bootsector (chain loader) support. - Making this version 1.40. - Update TODO file accordingly.
* Fix old kernel, OS/2, and mem= bugs. Ready for 1.36 release.syslinux-1.36hpa1998-04-151-0/+6
|
* Added the -s option to the installers, and made them do the right thing.hpa1998-04-141-1/+5
|
* Updated documentation, added keytab-lilo.pl.hpa1998-04-141-2/+7
|
* Think we now have a version which actually works both on hard disks andhpa1998-04-141-0/+6
| | | | LS-120 floppies...
* 1.34: Support for font loading. Disabled not-yet-implemented "bootsect" andsyslinux-1.34hpa1998-03-041-0/+4
| | | | "run" commands.