summaryrefslogtreecommitdiff
path: root/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* Handle bug in the alignment of the initrd.syslinux-1.67-pre1hpa2002-01-161-124/+94
* Update copyright date, and change work-in-progress version to 1.67.hpa2002-01-021-2/+2
* Code restructuring: common subroutine to load a file into high memoryhpa2001-12-231-91/+122
* Make a valiant, and probably futile, attempt to free memory aftersyslinux-1.65hpa2001-12-161-5/+110
* Correctly handle very large kernel images and very large ramdisks.hpa2001-12-141-44/+43
* 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-2/+12
* 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-7/+11
* 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
* - Graphics fixessyslinux-1.62-pre3hpa2001-04-241-30/+35
* Introduce a way to return to text mode. Clean up the handling ofhpa2001-04-191-52/+65
* Fix reversed values in "ip=" option.syslinux-1.62-pre2hpa2001-04-171-2/+2
* Add DHCP option to set PXELINUX reset timeout.syslinux-1.62-pre1hpa2001-04-131-2/+23
* Allow the DHCP server to override PXELINUX default options;hpa2001-04-131-12/+72
* Support filenames up to 64 characters.hpa2001-04-121-1/+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-0/+1
* Always use ScrollAttribute for scrolling.hpa2001-04-091-1/+1
* Add mode-specific control sequences.hpa2001-04-091-6/+40
* Graphics scrolling fix; disable .bs and .bss since we can't use them anyway.hpa2001-04-091-7/+11
* More bug fixes, including the handling of VidRows/VidCols in graphics mode.hpa2001-04-091-2/+6
* Call vgaclearmode before doing a local boot.hpa2001-04-091-0/+1
* Use symbolic BS instead of 08h in strings...hpa2001-04-081-1/+1
* The great graphics merge! We're now officially working on version 1.60.hpa2001-04-051-42/+466
* Clean up the allocation of local socket numbers. We can now genuinelysyslinux-1.54before.graphics.mergehpa2001-03-301-15/+31
* Get rid of the automatic appending of "auto".syslinux-1.54-pre3hpa2001-03-281-6/+3
* Working on version 1.54.syslinux-1.54-pre1hpa2001-03-201-1/+1
* Fix offset for !PXE pointer passed on stack.hpa2001-03-101-3/+3
* More robust DHCP parsing; document "gethostip" program.hpa2001-03-101-78/+176
* Allow the PXELINUX "localboot" option to specifying the boot type.hpa2001-03-091-4/+7
* Actually look at the flag passed to "localboot"syslinux-1.53-pre3hpa2001-03-081-4/+7
* Support "localboot" option for PXELINUX.syslinux-1.53-pre2hpa2001-03-081-8/+47
* Fix confusing/incorrect comments about host vs network byte orderhpa2001-02-081-4/+4
* *** empty log message ***hpa2001-02-081-17/+44
* Support for ip= option in PXELINUX.syslinux-1.52-pre2hpa2001-02-081-17/+150
* 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-16/+26
* 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