We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bc970 commit a0e1f31Copy full SHA for a0e1f31
src/0x04/pkg/kernel/src/main.rs
@@ -16,7 +16,7 @@ pub fn kernel_main(boot_info: &'static boot::BootInfo) -> ! {
16
17
pub fn spawn_init() -> proc::ProcessId {
18
// NOTE: you may want to clear the screen before starting the shell
19
- // print_serial!("\x1b[1;1H\x1b[2J");
+ // print!("\x1b[1;1H\x1b[2J");
20
21
proc::list_app();
22
proc::spawn("sh").unwrap()
0 commit comments