Start PS/2 driver
This commit is contained in:
parent
a3000daf95
commit
3b8eccacf0
@ -1,3 +1,6 @@
|
||||
use std::process::Command;
|
||||
|
||||
fn main() {
|
||||
println!("Hello from phase 2 init");
|
||||
Command::new("/bin/ps2").spawn().unwrap();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user