summaryrefslogtreecommitdiff
path: root/comboot.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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