aboutsummaryrefslogtreecommitdiff
path: root/src/arch
Commit message (Collapse)AuthorAge
* pic: initialize with rust codeTianhao Wang2024-06-11
|
* re-organize codeTianhao Wang2024-06-11
|
* thredding 1/?Tianhao Wang2024-06-11
|
* chore: make clippy happyTianhao Wang2024-06-11
|
* define memory layout (if there was a layout)Tianhao Wang2024-06-11
|
* MM: add modules for memory managementTianhao Wang2024-06-11
|
* add IOPort structTianhao Wang2024-06-11
| | | | So that device IO can be be synchronized.
* basic interrupt/PIC supportTianhao Wang2024-06-11
|
* use inline asm for x86 IO instrTianhao Wang2024-02-01
|
* formatting code, use tab identation -- before it's too lateTianhao Wang2024-01-30
|
* add delay between IOsTianhao Wang2023-03-14
|
* CGA cursor locationTianhao Wang2023-03-14
|
* rework makefile, include other asm sourcesTianhao Wang2023-03-14
|
* adding io portTianhao Wang2023-03-11
|
* a minimal working demo on bare metalTianhao Wang2023-03-10
|
* basic project structureTianhao Wang2023-03-10