mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 05:31:32 +00:00
implement memory allocation in boot setup
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
pub mod boot;
|
||||
pub mod create;
|
||||
pub mod elfloader;
|
||||
pub mod mem;
|
||||
pub mod sys;
|
||||
|
||||
use crate::create::DomainConfig;
|
||||
|
Reference in New Issue
Block a user