summaryrefslogtreecommitdiff
path: root/comboot.inc
Commit message (Expand)AuthorAgeFilesLines
* Initial support for auxilliary data vectorH. Peter Anvin2007-12-131-0/+17
* Preserve ES:DI instead of probing for $PnPsyslinux-3.53-pre5H. Peter Anvin2007-11-141-9/+12
* ISOLINUX: Change DriveNo -> DriveNumberH. Peter Anvin2007-11-141-1/+1
* Use "nop nop" to clobber "mov cs,ax" even though it's longerH. Peter Anvin2007-11-021-3/+2
* comboot: fix shuffle_and_boot_rm (used by linux.c32)H. Peter Anvin2007-11-021-0/+1
* Update the memory layout specificationH. Peter Anvin2007-10-031-1/+1
* comboot: fix memory overwrite bugH. Peter Anvin2007-09-211-0/+1
* Move most messages into the appropriate .inc filesH. Peter Anvin2007-06-201-0/+3
* Make it safe to call close_file on an already closed file.syslinux-3.50-pre15H. Peter Anvin2007-05-221-3/+0
* Add a proper internal close function (close_file)H. Peter Anvin2007-05-221-2/+5
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-1/+1
* Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14H. Peter Anvin2007-03-141-2/+61
* Fix the shuffle and boot interface. It was probably always broken.H. Peter Anvin2007-03-141-10/+11
* INT 22h, AX=001Ah: we have FS:SI pointing to the register data, not DS:SIH. Peter Anvin2007-03-131-1/+1
* New API call: cleanup, shuffle and boot to flat protected modeH. Peter Anvin2007-03-111-1/+42
* Make sure we can read the config file name even after changing it...syslinux-3.40-pre7H. Peter Anvin2007-02-191-4/+3
* Merge with syslinux-3.3xH. Peter Anvin2007-02-191-1/+1
|\
| * Comboot function READ DISK corrupts its arguments; fix.syslinux-3.3xH. Peter Anvin2007-02-191-1/+1
* | Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys...syslinux-3.40-pre5H. Peter Anvin2007-02-101-1/+1
|\ \ | |/
| * Stealth whitespace cleanupH. Peter Anvin2007-02-011-1/+1
* | Merge with syslinux-3.35syslinux-3.40-pre4H. Peter Anvin2007-01-281-1/+24
|\ \ | |/
| * New API call: read disk.H. Peter Anvin2007-01-241-1/+24
* | Return error if we specify an invalid kernel type name in AX=0016h.H. Peter Anvin2006-09-221-0/+6
|/
* 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