aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* fix bug in cga driverTianhao Wang2024-06-11
* paging: add basic bitmap frame allocatorTianhao Wang2024-06-11
* chore: make clippy happyTianhao Wang2024-06-11
* define memory layout (if there was a layout)Tianhao Wang2024-06-11
* add mm and ds modules (yet empty)Tianhao Wang2024-06-11
* MM: add modules for memory managementTianhao Wang2024-06-11
* PS/2 Keyboard controller: read and decode keyTianhao Wang2024-06-11
* PS/2 Keyboard controller: baselineTianhao Wang2024-06-11
* add IOPort structTianhao Wang2024-06-11
* keyctl: use bitflags for key modifiersTianhao Wang2024-06-11
* make device_io a arch independent interface.Tianhao Wang2024-06-11
* basic interrupt/PIC supportTianhao Wang2024-06-11
* pub(crate) use for println macrosTianhao Wang2024-06-11
* add println! and panic! macroTianhao Wang2024-02-01
* use inline asm for x86 IO instrTianhao Wang2024-02-01
* Allow dead_code and unused_imports at crate levelTianhao Wang2024-02-01
* 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
* add delay between IOsTianhao Wang2023-03-14
* CGA cursor locationTianhao Wang2023-03-14
* cleanupTianhao Wang2023-03-14
* rework makefile, include other asm sourcesTianhao Wang2023-03-14
* adding io portTianhao Wang2023-03-11
* fix linkingTianhao Wang2023-03-11
* a minimal working demo on bare metalTianhao Wang2023-03-10
* basic project structureTianhao Wang2023-03-10
* init repoTianhao Wang2023-03-10