summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface/pcbios/int13.c
Commit message (Expand)AuthorAgeFilesLines
...
* init_librm() and prot_call() are now real-mode far calls.Michael Brown2006-05-251-1/+2
* Updated to REAL_CODE().Michael Brown2006-05-241-31/+38
* Refactored to reduce code size; now down from 1304 to 1105 bytes.Michael Brown2006-05-201-120/+98Star
* Add the concept of a "user pointer" (similar to the void __user * inMichael Brown2006-05-191-21/+13Star
* Add INT 13,41 (extensions installation check). LILO's MBR now usesMichael Brown2006-05-151-0/+24
* Fix a couple of minor typos.Michael Brown2006-05-141-2/+2
* Also capture INT 19 as a failure path, to allow for boot sectors thatMichael Brown2006-05-141-3/+14
* Add int13_boot(), to allow booting from INT 13 emulated drives.Michael Brown2006-05-141-0/+88
* Add INT 13 emulation layer (which provides an interface to gPXE blockMichael Brown2006-05-131-0/+475