TODO: init stuff

master
able 2023-06-25 22:34:24 -05:00
parent 4b7eabbf36
commit 897a3921c8
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ pub fn kmain(cmdline: &str, bootstrap: Option<&'static [u8]>) -> ! {
let dt = DEVICE_TREE.lock();
log::info!("Device Tree{}", dt);
log::info!("Boot complete. Moving to init_system");
// TODO: schedule the disk driver from the initramfs
// TODO: schedule the filesystem driver from the initramfs
// TODO: schedule the init system from the initramfs
let bytes = alloc::vec![0];
let mut prog = Engine::new(bytes);