summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make ready for 1.45 releasesyslinux-1.45hpa1999-06-153-113/+172
* Update TODO to remove what has already been donehpa1999-06-151-4/+0
* Fix up handling of serial port "raw hardware" driver; still needs to behpa1999-06-153-36/+89
* Serial console support; still needs polishing, though. Unsure if safehpa1999-06-143-43/+151
* Change copyright notice.hpa1999-05-311-5/+6
* Change the HIGHMEM_MAX limit from 3f000000h to 38000000hsyslinux-1.44hpa1999-05-282-1/+4
* Slight optimization it seems...hpa1999-05-281-6/+6
* If you have to use -s, please let me know...hpa1999-03-231-3/+6
* Move far jmp into the boot sector, since there actually is space therehpa1999-03-231-9/+7
* Musings...hpa1999-03-231-1/+2
* Working on 1.44 now...hpa1999-03-231-0/+2
* We're working on 1.44 now...hpa1999-03-231-1/+1
* Update copyrights to 1999syslinux-1.43hpa1999-03-193-6/+6
* Add test for force where it countshpa1999-03-191-2/+2
* Remove note about ELKS; won't happen.hpa1999-03-191-2/+0
* Add -f to override device checkhpa1999-03-171-2/+5
* Added note about the I/O delay change.syslinux-1.43-0x36dff6efhpa1999-03-081-0/+2
* Fix typo.hpa1999-03-051-1/+1
* Make io_delay a subroutine, and preserve ax across it. This should alsohpa1999-03-051-3/+11
* Added sys2ansi.pl and I/O port change to NEWShpa1999-03-052-1/+5
* Add sys2ansi.pl to the list of distributed fileshpa1999-03-051-1/+2
* One more bug fix...hpa1999-03-051-1/+1
* Bug fixes.hpa1999-03-051-2/+5
* Script to convert syslinux -> ANSIhpa1999-03-051-0/+29
* 1.42 already released; now working on 1.43hpa1998-12-161-1/+1
* Update documentation; include doc file for distributors.syslinux-1.42hpa1998-12-054-3/+39
* Be ultra-hyper-paranoid about A20.hpa1998-12-052-30/+50
* Add WBINVD to A20 loop; add some debugging code to bcopysyslinux-1.42-0x3667907ehpa1998-12-041-6/+51
* Change the boot loader/installer boundary slightlyhpa1998-12-041-6/+11
* Split the build between boot loader proper and installers; this willsyslinux-1.42-0x366788f5syslinux-1.42-0x36678377hpa1998-12-042-9/+26
* Fix.syslinux-1.42-0x366654a7hpa1998-12-031-1/+1
* Store all pre-releases in a subdirectory.hpa1998-12-031-11/+16
* Frob the fast A20 gate as well as the keyboard controller. Prepare forhpa1998-12-033-1/+23
* Always make the initrd fit under the 0x3f000000 mark imposed by unmodifiedsyslinux-1.41-0x36642a1dsyslinux-1.41hpa1998-12-011-1/+8
* Generate a uuencoded file when making prereleases.syslinux-1.41-0x36639a99hpa1998-12-011-3/+4
* Query memory with INT 15h, AX=0E801h and trust memory above 15 MBhpa1998-12-012-23/+42
* We have space in the boot sector to check the file-ness of LDLINUX.SYShpa1998-05-133-3/+9
* Put a ribbon on it... we finally got working A20M code. This should besyslinux-1.40hpa1998-05-082-52/+70
* The Linux installer was never a Perl script.hpa1998-05-081-1/+1
* Make sure we set DF := 0 after returning from a COMBOOT program.hpa1998-05-081-0/+2
* Clean up "make prerel" a bit.hpa1998-05-071-4/+6
* Fix bug introduced by moving ldlinux_magic.hpa1998-05-071-14/+12
* - Fix new division code.hpa1998-05-072-7/+24
* - (Hopefully) fix the track 65536 problem.hpa1998-05-074-54/+73
* *** empty log message ***hpa1998-05-072-24/+29
* Document DOS-only copybs procedure.hpa1998-05-071-2/+33
* Get the sector size properly.hpa1998-05-071-1/+3
* Update the DOS installers to use the new INT 25h/26h interface ifhpa1998-05-074-11/+328
* Fix boot sector initialization to adapt to saving away partition info.hpa1998-05-071-10/+4
* Copy the partition info for the benefit of foreign boot sectors. Documenthpa1998-05-072-47/+195