Files
FoundryOS/kernel/src/arch/x86_64/mod.rs
T
zxq5 36cb118933
Continuous integration / build (push) Failing after 1m51s
paging done, starting on allocation.
2025-02-22 16:56:01 +00:00

8 lines
75 B
Rust

pub mod gdt;
pub mod interrupts;
pub mod memory;
pub(crate) mod memmap;