summaryrefslogtreecommitdiff
path: root/runkernel.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug that would occationally cause I/O errors depending on thehpa2003-08-221-1/+1
| | | | size of the kernel.
* Preparations for work on MDSLINUX, if it ever happenshpa2003-04-111-1/+1
|
* Support reporting extended characters as <NUL>...; use a stack registerhpa2002-06-171-9/+8
| | | | frame for INT 21/22.
* Merge in changes from SYSLINUX 1.75syslinux-2.00-pre4hpa2002-06-151-0/+11
|
* Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa2002-06-111-78/+4
| | | | linear .com files.
* Remove all explicit "near" declarations, except the ones that arehpa2002-06-101-9/+9
| | | | absolutely necessary.
* Major rewrite of the very early SYSLINUX code. Generate the "stupid"hpa2002-06-021-14/+7
| | | | | version in a different manner. Require NASM 0.98.32 or higher -- thus we don't need the jmpcc macros anymore.
* Use INT 13h reset to turn off the floppy, not an explicit out.syslinux-1.73hpa2002-05-161-7/+5
|
* Save a few bytes...hpa2002-04-281-1/+2
|
* Factor out CPU initialization and some common configuration intosyslinux-1.73-pre6hpa2002-04-281-2/+3
| | | | separate files; fix bcopy bugs.
* Generalize and factor out bootsector-generation code.syslinux-1.73-pre5hpa2002-04-281-4/+1
|
* More factoring of common codehpa2002-04-271-0/+614