implement memory allocation in boot setup

This commit is contained in:
Alex Zenla
2024-01-10 16:07:57 -08:00
parent d46d0cf0c3
commit 153619a02c
11 changed files with 619 additions and 73 deletions

View File

@ -1,6 +1,7 @@
pub mod boot;
pub mod create;
pub mod elfloader;
pub mod mem;
pub mod sys;
use crate::create::DomainConfig;