first commit for kfs3
This commit is contained in:
parent
2ca356340a
commit
2a2f377b9f
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ pub mod console;
|
||||||
pub mod cpuio;
|
pub mod cpuio;
|
||||||
/// ACPI self-content module
|
/// ACPI self-content module
|
||||||
pub mod acpi;
|
pub mod acpi;
|
||||||
|
/// simple area frame allocator implementation
|
||||||
|
pub mod memory;
|
||||||
|
|
||||||
use context::CONTEXT;
|
use context::CONTEXT;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue