ef70bcf51e
- fixed the apic code that caused a page fault. it now writes the correct values at the correct physical address - improved startup logging including displaying how much RAM is installed.
6 lines
78 B
Rust
6 lines
78 B
Rust
pub mod application;
|
|
pub mod ascii;
|
|
pub mod io;
|
|
pub mod maths;
|
|
pub mod debug;
|