summaryrefslogtreecommitdiff
path: root/comboot.inc
Commit message (Expand)AuthorAgeFilesLines
* Support sending information from the comboot module to the syslinux coreH. Peter Anvin2006-08-251-1/+42
* More cleanup of comboot exit codesyslinux-3.20-pre15H. Peter Anvin2006-08-171-10/+21
* Clean up the reset stack macro further; incorporate segment resetH. Peter Anvin2006-08-171-6/+1
* Remove obsolete codeH. Peter Anvin2006-08-171-12/+1
* The RESET_STACK change broke SYSLINUX & EXTLINUX. Fix.syslinux-3.20-pre13H. Peter Anvin2006-08-171-6/+7
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
* When exiting a COMBOOT/COM32 module, reset the stack instead of savingH. Peter Anvin2006-08-171-4/+1
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-5/+5
* Symlink support for EXTLINUXhpa2005-08-221-6/+9
* Disable the idle call for nowhpa2005-08-211-1/+6
* Correct the code related to the run kernel image API function.hpa2005-08-211-13/+35
* Add more low-level API function to load the kernel, and make thehpa2005-08-211-0/+38
* Saner idle call semanticshpa2005-08-191-0/+8
* Add localboot API callhpa2005-08-171-0/+36
* Improved handling of ARP wait; add idle function.syslinux-3.08-pre3hpa2005-01-201-0/+9
* 3.07: Fix chainloadinghpa2005-01-121-3/+2
* Commit 3.10 changes to mainline. In particular, support multi-filehpa2005-01-061-24/+67
* EXTLINUX: return derivative-specific information. Begin 3.03 devel cycle.hpa2005-01-051-1/+1
* Allow libcom32 to detect a disabled video console, and act appropriately.syslinux-3.02hpa2005-01-051-0/+4
* Document resolve hostname APIhpa2004-12-281-0/+15
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-281-3/+0
* We have strcpy, use ithpa2004-12-211-5/+1
* Fix typohpa2004-12-211-1/+1
* Add an API function to get the IPAPPEND strings.hpa2004-12-211-0/+22
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-3/+6
* More cleanups; try to get rid of the now-obsolete definition ofhpa2004-12-161-3/+3
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-151-1/+1
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
* Add an API call to query the configuration file namehpa2004-06-181-0/+11
* Make "get key w/o echo" COMBOOT function work correctlyhpa2004-02-031-3/+3
* Actually handle mode adjustmentssyslinux-2.09-pre4hpa2004-02-031-0/+5
* Add a bootstrap chainloading API, and include a sample program for it.syslinux-2.08-pre5hpa2003-11-261-0/+16
* Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1hpa2003-11-241-13/+21
* Fix the file read API for COMBOOT/COM32syslinux-2.07hpa2003-11-231-1/+4
* Formatting changes; comboot bug fix(?)syslinux-2.05-pre1hpa2003-05-201-1/+6
* Get the actual high paragraph rather than just blindly reporting 64Khpa2003-04-161-1/+5
* Preparations for work on MDSLINUX, if it ever happenshpa2003-04-111-2/+2
* Encapsulate calls to the PXE stack into a single function;syslinux-2.03-pre2hpa2003-04-051-1/+1
* Actually come up with stack-switch code which has a prayer of workinghpa2003-04-051-1/+1
* Use a more conventional stack arrangement in PXELINUX. Also make itsyslinux-2.00-pre16hpa2002-10-251-7/+19
* LDLINUX: Fix "kaboom" bug when booting off hard disksyslinux-2.00-pre15hpa2002-10-251-0/+22
* Correct the "invoke PXE stack" call...syslinux-2.00-pre5hpa2002-06-171-1/+2
* Add API call to determine the serial console configuration.hpa2002-06-171-0/+17
* Document changes due to the use of a stack frame; add new "get derivativehpa2002-06-171-0/+31
* Support reporting extended characters as <NUL>...; use a stack registerhpa2002-06-171-86/+165
* Remove the noop API call, and instead use function 0 for internalhpa2002-06-121-7/+13
* Fix the implementation of API call 0009h (Call PXE Stack)hpa2002-06-121-0/+1
* Add an API call to invoke the PXE stack directly.hpa2002-06-121-0/+12
* Update documentation; return ClustSize not SecPerClust on an open request...syslinux-2.00-pre2hpa2002-06-111-1/+1
* Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa2002-06-111-18/+259