summaryrefslogtreecommitdiff
path: root/comboot.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Add a dummy MENU command to specify menu-specific options.
* Actually use sections, and move common variables into the .inc files.syslinux-2.20-pre3hpa2004-12-171-3/+6
| | | | | The .bss section at the beginning of each .asm file is now downright tiny.
* More cleanups; try to get rid of the now-obsolete definition ofhpa2004-12-161-3/+3
| | | | "cluster" as the minimum block
* Prepping for new 2.20 version: rewrite main syslinux program to supporthpa2004-12-151-1/+1
| | | | FAT32 and EDD, and a new cleaner installer infrastructure.
* 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
| | | | Add test programs.
* 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
| | | | | Restore error codes (BX) when we have memory freeing failures; Make sure DS and ES are consistent in unload_pxe
* 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
| | | | possible to query the invocation record for PXELINUX.
* LDLINUX: Fix "kaboom" bug when booting off hard disksyslinux-2.00-pre15hpa2002-10-251-0/+22
| | | | Provide an API call for "perform final cleanup"
* 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
| | | | specific information" API call.
* Support reporting extended characters as <NUL>...; use a stack registerhpa2002-06-171-86/+165
| | | | frame for INT 21/22.
* Remove the noop API call, and instead use function 0 for internalhpa2002-06-121-7/+13
| | | | purposes as the actual implementation of "unimplemented syscall."
* 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
| | | | linear .com files.
* Fix COMBOOT return; support DOS system calls 00 and 4C (both are EXIT.)syslinux-1.75-pre3hpa2002-06-061-18/+33
|
* Generalize and factor out bootsector-generation code.syslinux-1.73-pre5hpa2002-04-281-9/+9
|
* More factoring of common codehpa2002-04-271-0/+116