aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/mod.rs
Commit message (Collapse)AuthorAge
* mm: add basic paging infra from x86_64 crateTianhao Wang2024-06-11
| | | | | | | | | | the x86_64 crate is pretty solid and has a permissive license (Apache/MIT), but I want to make this myself in the future to "experience" the unsafe rust further....Also it has too many abstractions, which is justified as a library, but not ideal for a from sctrach toy OS as it hides the lower end. Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
* formatting codeTianhao Wang2024-06-11
|
* thredding 1/?Tianhao Wang2024-06-11
|
* chore: make clippy happyTianhao Wang2024-06-11
|
* MM: add modules for memory managementTianhao Wang2024-06-11
|
* basic interrupt/PIC supportTianhao Wang2024-06-11
|
* formatting code, use tab identation -- before it's too lateTianhao Wang2024-01-30
|
* add delay between IOsTianhao Wang2023-03-14
|
* a minimal working demo on bare metalTianhao Wang2023-03-10