3966e697da
- reorganised the entire project so that the entire kernel is a single codebase rather than a kernel and a libk.
7 lines
99 B
Rust
7 lines
99 B
Rust
pub mod cpu;
|
|
pub mod drivers;
|
|
pub mod gdt;
|
|
pub mod interrupts;
|
|
pub mod memory;
|
|
pub mod processing;
|