summaryrefslogtreecommitdiff
path: root/memdisk/memdisk.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
|
* Move all 16-bit code into one assembly file so we don't have to relyhpa2004-12-081-0/+1
| | | | on ld working properly
* Handle memdisk images compressed with zip as well as with gzip.hpa2004-04-271-1/+5
|
* Add API to query for the existence of MEMDISK.hpa2003-11-261-0/+9
|
* Fix overlap handling properly (we hope)hpa2003-07-151-1/+1
|
* Support compressed MEMDISK images.hpa2003-04-101-0/+3
|
* Convert to using a 32-bit installer framework, in preparation forhpa2003-04-101-1/+15
| | | | supporting gzip compressed images
* Checkpoint: add printf() for debugging, remove query of E881 (seemshpa2001-12-111-0/+26
to hang some systems), move E820 table to conventional memory (sized dynamically), use BIOS memory pointer to determine where in DOS memory to put our routine.