summaryrefslogtreecommitdiff
path: root/memdisk/conio.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the spelling of "Boston"hpa2004-12-141-1/+1
|
* Convert to using a 32-bit installer framework, in preparation forhpa2003-04-101-12/+6
| | | | supporting gzip compressed images
* Clean up gcc version dependencies, mostly related to asm() statements.hpa2001-12-171-6/+8
|
* Support parsing the command line, and setting the geometry that way.syslinux-1.65-pre8hpa2001-12-121-3/+8
|
* Checkpoint: add printf() for debugging, remove query of E881 (seemshpa2001-12-111-0/+310
| | | | | | 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.
* Hello, World now working...syslinux-1.65-pre3hpa2001-12-101-5/+11
|
* Make sure we use calll/retl for the C code, so the stack frame layouthpa2001-12-101-2/+4
| | | | matches the one used in 32-bit mode.
* Simple console I/O, mostly for debugging.hpa2001-12-101-0/+46