1
0
Fork 0
forked from AbleOS/ableos

TODO: init stuff

This commit is contained in:
able 2023-06-25 22:34:24 -05:00
parent 0508140f40
commit 432af37737

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);