summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/interface/pcbios/int13.c
Commit message (Expand)AuthorAgeFilesLines
* [block] Allow for additional SAN boot parameters alongside filenameMichael Brown2024-03-061-2/+3
* [block] Use drive number as debug message stream IDMichael Brown2024-03-041-101/+109
* [int13] Do not report INT 13 extension support for emulated floppiesMichael Brown2021-04-131-2/+2
* [build] Allow __asmcall to be used as a type attributeMichael Brown2021-03-021-1/+1
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-261-27/+23Star
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-121-1/+2
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-281-52/+65
* [int13] Improve geometry guessing for unaligned partitionsMichael Brown2017-03-261-11/+45
* [block] Add basic multipath supportMichael Brown2017-03-261-6/+14
* [int13] Refactor to use centralised SAN device abstractionMichael Brown2017-03-071-685/+264Star
* [block] Centralise "san-drive" settingMichael Brown2017-03-071-28/+0Star
* [int13] Test correct return status from INT 13 callsMichael Brown2017-01-261-5/+5
* [int13] Avoid potential division by zeroMichael Brown2017-01-261-3/+7
* [int13] Allow default drive to be specified via "san-drive" settingMichael Brown2016-03-221-1/+28
* [int13] Allow drive to be hooked using the natural drive numberMichael Brown2016-03-221-2/+6
* [librm] Provide an abstraction wrapper for prot_callMichael Brown2016-02-191-4/+2Star
* [librm] Convert prot_call() to a real-mode near callMichael Brown2016-02-181-1/+0Star
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-0/+1992