aboutsummaryrefslogtreecommitdiff
path: root/src/machine/mod.rs
Commit message (Collapse)AuthorAge
* PS/2 Keyboard controller: baselineTianhao Wang2024-06-11
|
* make device_io a arch independent interface.Tianhao Wang2024-06-11
| | | | | In arm we will be using MMIO instead of the IO instructions. However the peripherals should use the same interface for IOs.
* basic interrupt/PIC supportTianhao Wang2024-06-11
|
* formatting code, use tab identation -- before it's too lateTianhao Wang2024-01-30
|
* minimal support for keyctrl, not completeTianhao Wang2023-03-24
|
* usable printf, with some ptr magicTianhao Wang2023-03-15
|
* a minimal working demo on bare metalTianhao Wang2023-03-10