Do not start the serial driver in phase 1 init

This commit is contained in:
pjht 2024-09-23 14:54:46 -05:00
parent 3e0620f836
commit 4ca8c95474
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A

View File

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