No description
Find a file
2025-07-28 23:33:12 -07:00
.cargo init 2025-06-30 20:13:23 -07:00
linkers init 2025-06-30 20:13:23 -07:00
src Fix process start/resume 2025-07-28 23:33:12 -07:00
.gitignore init 2025-06-30 20:13:23 -07:00
build.rs init 2025-06-30 20:13:23 -07:00
Cargo.lock Switch to atomalloc for pmm 2025-07-01 16:56:24 -07:00
Cargo.toml Switch to atomalloc for pmm 2025-07-01 16:56:24 -07:00
LICENSE init 2025-06-30 20:13:23 -07:00
README.md Add readme contents 2025-06-30 20:15:47 -07:00
rust-toolchain.toml init 2025-06-30 20:13:23 -07:00

Hypericum Kernel

Notes:

  • id like to use the x86_64 less in the future, right now I'm relying on it for idt and gdt structs as well as page table structs
    • no reason im doing this outside of i dont want to implement my own versions of what are pretty acceptable defaults