aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/paging
Commit message (Collapse)AuthorAge
* interrupt: set up dummy pagefault handlerTianhao Wang2024-06-11
| | | | Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
* 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>