summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/int13.h
Commit message (Expand)AuthorAgeFilesLines
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-333/+0Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [int13] Split out ISO9660 and El Torito definitions to separate header filesMichael Brown2013-03-201-116/+0Star
* [int13] Add support for emulating floppy disk drivesMichael Brown2012-03-301-0/+52
* [int13] Add support for El Torito bootable CD-ROM imagesMichael Brown2011-04-271-0/+133
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-3/+0Star
* [int13] Include disk signature in debugging outputMichael Brown2010-09-221-2/+7
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-221-4/+27
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-141-57/+4Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [uaccess] Formalise the uaccess APIMichael Brown2008-10-131-0/+1
* [int13] Pairwise swap drive numbers, instead of shifting all drive numbersMichael Brown2008-07-161-1/+13
* 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