| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | interrupt: set up dummy pagefault handler | Tianhao Wang | 2024-06-11 |
| | | | | | Signed-off-by: Tianhao Wang <shrik3@mailbox.org> | ||
| * | mm: add basic paging infra from x86_64 crate | Tianhao Wang | 2024-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> | |||
