aboutsummaryrefslogtreecommitdiffstats
path: root/src/x86.h
Commit message (Expand)AuthorAgeFilesLines
* Add implementations for sha256, sha384, and sha512Stefan Berger2021-06-301-0/+7
* x86: add readq()Marc-André Lureau2018-02-271-0/+5
* stacks: Don't update the A20 settings if they haven't changedKevin O'Connor2017-05-161-3/+4
* support booting with more than 255 CPUsIgor Mammedov2016-10-251-0/+1
* virtio: Move standard definitions from virtio-ring.h to standard headersKevin O'Connor2015-10-151-0/+8
* Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor2015-10-091-3/+6
* Support for BIOS interrupt handlerStefan Berger2015-05-211-0/+7
* vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor2015-03-181-0/+5
* x86: add barrier to read{b,w,l} and write{b,w,l} functionsAmeya Palande2015-02-181-3/+12
* Move a20 code from system.c and ps2port.h to x86.hKevin O'Connor2014-10-151-1/+14
* Minor - move sgdt/lgdt macros from stacks.c to x86.h.Kevin O'Connor2013-12-051-0/+6
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-0/+51
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-0/+168