summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/interface/pcbios/bios_console.c
Commit message (Expand)AuthorAgeFilesLines
* [console] Avoid overlap between special keys and Unicode charactersMichael Brown2023-07-041-24/+35
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-0/+12
* [console] Centralise handling of key modifiersMichael Brown2022-02-151-5/+18
* [console] Handle remapping of scancode 86Michael Brown2022-02-101-0/+9
* [console] Avoid attempting to remap numeric keypad on BIOS consoleMichael Brown2022-02-101-3/+18
* [console] Generalise bios_keymap() as key_remap()Michael Brown2022-02-101-17/+1Star
* [build] Allow __asmcall to be used as a type attributeMichael Brown2021-03-021-1/+1
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* [librm] Ensure that inline code symbols are uniqueMichael Brown2018-03-211-2/+2
* [bios] Do not enable interrupts when printing to the consoleMichael Brown2016-07-031-14/+4Star
* [librm] Provide an abstraction wrapper for prot_callMichael Brown2016-02-191-5/+3Star
* [librm] Convert prot_call() to a real-mode near callMichael Brown2016-02-181-1/+0Star
* [librm] Discard argument as part of return from prot_call()Michael Brown2016-02-171-1/+0Star
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-0/+566