diff --git a/src/main.rs b/src/main.rs index 95d6da8..92f2b41 100644 --- a/src/main.rs +++ b/src/main.rs @@ -129,10 +129,6 @@ fn main() { syslog_client .send_text_message("init", "Mounted the initrd as the root FS") .unwrap(); - Command::new("/bin/serial_driver").spawn().unwrap(); - while !msg_handler.registered_devices.iter().any(|x| x == "ttyS0") { - msg_handler.process_messages(); - } Command::new("/bin/partserv").spawn().unwrap(); Command::new("/bin/ext2").spawn().unwrap(); Command::new("/bin/pci").spawn().unwrap();