summaryrefslogtreecommitdiff
path: root/ldlinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Fix support for small pseudo-kernels.hpa2001-12-101-1/+0
* Add support for "pseudo-kernels" < 64K in size.hpa2001-12-101-2/+14
* Boot protocol version 2.03 support.syslinux-1.65-pre2hpa2001-12-101-4/+13
* Make an attempt at detecting nonexistent serial port hardware.syslinux-1.64-pre6hpa2001-11-211-2/+10
* Correct serial port/no flow control.syslinux-1.64-pre5hpa2001-11-211-1/+2
* Even more tweaks at flow control supportsyslinux-1.64-pre4hpa2001-11-201-4/+21
* Correct parsing of serial flow controlhpa2001-11-201-0/+3
* Modify the way serial flow control works.syslinux-1.64-pre3hpa2001-11-201-12/+14
* Fix parsing of hardware flow controlhpa2001-11-201-3/+7
* Fix restoring text mode with a font set (uninitialized use of ES)hpa2001-11-201-4/+9
* First cut of "hardware" flowcontrol support for serial console.syslinux-1.64-pre1hpa2001-09-061-17/+43
* Try to avoid font problems when returning to text mode.hpa2001-07-201-18/+6
* Fix stack-smash bug.syslinux-1.63-pre1hpa2001-05-281-1/+2
* - Graphics fixessyslinux-1.62-pre3hpa2001-04-241-3/+3
* Introduce a way to return to text mode. Clean up the handling ofhpa2001-04-191-52/+65
* Move "call vgaclearmode" in case of kaboom to the correct versionsyslinux-1.60-pre5hpa2001-04-101-1/+1
* Clear graphics mode before trying to reboot.hpa2001-04-101-0/+1
* Fix for register corruption while displaying F-key help files.hpa2001-04-101-0/+2
* Issue a CR LF before printing a message file. Introduce the commonhpa2001-04-091-7/+13
* Always use ScrollAttribute for scrolling.hpa2001-04-091-1/+1
* Add mode-specific control sequences.hpa2001-04-091-6/+40
* Graphics mode scrolling fixes.hpa2001-04-091-3/+3
* More bug fixes, including the handling of VidRows/VidCols in graphics mode.hpa2001-04-091-1/+3
* Use symbolic BS instead of 08h in strings...hpa2001-04-081-1/+1
* Fix the offset asserts so they actually work.hpa2001-04-051-4/+6
* Actually make NASM enforce the checkpoints.hpa2001-04-051-0/+8
* The great graphics merge! We're now officially working on version 1.60.hpa2001-04-051-41/+469
* Get rid of the automatic appending of "auto".syslinux-1.54-pre3hpa2001-03-281-6/+3
* Add hack that hopefully will make -s mode less necessarysyslinux-1.54-pre2hpa2001-03-281-9/+9
* Support for ip= option in PXELINUX.syslinux-1.52-pre2hpa2001-02-081-2/+2
* Don't rely on SS -> zero_seg, since that will NOT be true in general forsyslinux-1.52-pre1hpa2001-02-071-12/+12
* Don't do wraparound on the serial port - that's the terminal's jobhpa2001-01-241-1/+2
* Reduce the io_delay to make the A20 slowdown less severesyslinux-1.51-pre6hpa2001-01-221-2/+0
* Fix E820 code; clean up some of the old debugging support and put insyslinux-1.51-pre5hpa2001-01-211-168/+84
* Try to make the A20 delay loops a bit more consistent.hpa2001-01-211-3/+3
* Yet more fixes to the new A20 code.syslinux-1.51-pre4hpa2001-01-191-4/+14
* Fix really embarrassing A20 test bug.hpa2001-01-191-1/+1
* Bug fixes (we hope!) to both the E820 and new A20 code.hpa2001-01-191-13/+11
* INT 15h, AX=0E820h memory detection support.syslinux-1.51-pre3hpa2001-01-191-1/+52
* Yet another round of A20 changes.syslinux-1.51-pre2hpa2001-01-191-32/+95
* Change the A20 code to allow operation on KBC-less machines.syslinux-1.50-0x3a159915syslinux-1.50hpa2000-11-171-33/+69
* Move up the stack so it doesn't get clobbered when copying the finalhpa2000-11-061-4/+4
* Initial PXELINUX/SYSLINUX bug fix/new protocol merge checkin.syslinux-1.49-0x3968dd43hpa2000-07-091-39/+41
* - Add support for boot protocol 0x0202 to SYSLINUX (not PXELINUX yet)syslinux-1.49-0x3964365chpa2000-07-061-34/+49
* The kernel command line always lives at 9xxxxh, as idiotic as that is.hpa2000-06-221-11/+31
* Make it actually boot on M-systems flash...syslinux-1.49-0x3862f733hpa1999-12-241-26/+45
* Untested M-systems fix for SYSLINUX...syslinux-1.49-0x38609533hpa1999-12-221-12/+40
* Checkpoint - we are now talking TFTP natively instead of via the (broken)hpa1999-09-101-1/+1
* Make ready for 1.45 releasesyslinux-1.45hpa1999-06-151-106/+135
* Fix up handling of serial port "raw hardware" driver; still needs to behpa1999-06-151-35/+83