aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface/pcbios
Commit message (Expand)AuthorAgeFilesLines
* [pci] Use flat real mode to call INT 1a,b101Michael Brown2015-06-231-1/+5
* [int13con] Add basic ability to log to a local disk via INT 13Michael Brown2015-05-191-0/+284
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-0210-10/+42
* [pcbios] Do not switch to real mode to sleep the CPUMichael Brown2014-04-291-3/+3
* [pcbios] Do not switch to real mode to check for timer interruptMichael Brown2014-04-291-4/+4
* [cmdline] Rename "console" command's --bpp option to --depthMichael Brown2014-01-221-1/+1
* [vesafb] Allow for an arbitrary margin around the text areaMichael Brown2014-01-221-11/+31
* [fbcon] Allow for an arbitrary margin around the text areaMichael Brown2014-01-221-2/+4
* [vesafb] Handle failures from fbcon_init()Michael Brown2014-01-221-9/+27
* [vesafb] Set "magic" colour to transparent when a background picture is usedMichael Brown2013-12-091-0/+6
* [vesafb] Work around data corruption bug in bochs/qemu VBE implementationMichael Brown2013-12-061-1/+1
* [linux] Provide access to SMBIOS via /dev/memMichael Brown2013-12-051-40/+12
* [vesafb] Select an optimal mode, rather than the first acceptable modeMichael Brown2013-11-281-49/+91
* [vesafb] Return meaningful error when no suitable mode is foundMichael Brown2013-11-281-44/+75
* [vesafb] Skip modes for which we cannot get mode informationMichael Brown2013-11-281-2/+1
* [vesafb] Include raw status value within VBE error messagesMichael Brown2013-11-281-5/+5
* [vesafb] Add VESA frame buffer consoleMichael Brown2013-11-281-0/+420
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+108
* [cmdline] Add ability to perform a warm rebootMichael Brown2013-03-221-1/+8
* [efi] Add "reboot" command for EFIMichael Brown2013-03-221-0/+41
* [smbios] Provide SMBIOS version number via smbios_version()Michael Brown2013-03-201-0/+2
* [int13] Split out ISO9660 and El Torito definitions to separate header filesMichael Brown2013-03-191-0/+2
* [umalloc] Split largest_memblock() function out from init_eheap()Michael Brown2012-11-061-49/+8
* [int13] Use correct size when estimating floppy disk geometryMichael Brown2012-09-141-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-207-7/+14
* [int13] Fix compilation on some versions of gccMichael Brown2012-04-101-4/+3
* [int13] Add support for emulating floppy disk drivesMichael Brown2012-03-301-56/+244
* [umalloc] Unhide umalloc()ed memory region when there are no allocationsMichael Brown2012-03-271-1/+2
* [umalloc] Fail allocations when we run out of external memoryMichael Brown2012-03-271-7/+22
* [build] Fix compilation under CygwinMichael Brown2012-03-221-1/+1
* [time] Add RTC-based time sourceMichael Brown2012-03-192-39/+138
* [rng] Allow entropy_enable() to return an errorMichael Brown2012-03-181-1/+4
* [rng] Add RTC-based entropy sourceMichael Brown2012-02-281-0/+233
* [int13] Provide a permanently closed window via the control interfaceMichael Brown2011-06-281-0/+15
* [int13] Catch INT 13,4b when no explicit drive number is presentMichael Brown2011-04-281-2/+7
* [int13] Add support for INT 13,4bMichael Brown2011-04-281-4/+46
* [int13] Add support for El Torito bootable CD-ROM imagesMichael Brown2011-04-271-48/+353
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-7/+5
* [int13] Automatically reopen underlying block device as neededMichael Brown2011-03-021-34/+50
* [int13] Add missing "static" modifierMichael Brown2011-02-221-2/+2
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-5/+5
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-3/+2
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-2/+6
* [int13] Dump out MBR at DBGLVL_EXTRAMichael Brown2010-10-181-0/+2
* [int13] Fix typo in debug messageMichael Brown2010-09-221-1/+1
* [int13] Include disk signature in debugging outputMichael Brown2010-09-221-0/+2
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-221-23/+216
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-148-1064/+696