summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface/pcbios
Commit message (Expand)AuthorAgeFilesLines
...
* Added geometry-guessing code based on the partition tableMichael Brown2006-09-091-11/+52
* Added support for INT 13,15; NTLDR calls it (though it may notMichael Brown2006-08-271-1/+20
* Use TEXT16_CODE() rather than manually specifying ".code16" etc, sinceMichael Brown2006-08-241-18/+14Star
* Fix bug with >256 cylinders.Michael Brown2006-06-081-15/+18
* 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
* Allow re-entrancy and provide a global counter of the number ofMichael Brown2006-05-131-0/+20
* Add INT 13 emulation layer (which provides an interface to gPXE blockMichael Brown2006-05-131-0/+475
* (Redoing check-in lost by SourceForge's failure.)Michael Brown2006-05-131-0/+57