summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/int13.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing attribute(packed) to two structures.Michael Brown2007-10-291-2/+2
* Completed definition of struct int13_cdrom_specification, and moved toMichael Brown2007-07-191-0/+28
* Split bootsector execution code out into bootsector.c.Michael Brown2007-01-291-0/+2
* Added geometry-guessing code based on the partition tableMichael Brown2006-09-091-0/+39
* Added support for INT 13,15; NTLDR calls it (though it may notMichael Brown2006-08-271-0/+18
* Added missing check-inMichael Brown2006-06-091-0/+16
* Add INT 13,41 (extensions installation check). LILO's MBR now usesMichael Brown2006-05-151-0/+16
* Add int13_boot(), to allow booting from INT 13 emulated drives.Michael Brown2006-05-141-0/+1
* Add INT 13 emulation layer (which provides an interface to gPXE blockMichael Brown2006-05-131-0/+157