Skip to content

Commit a0e1f31

Browse files
authored
chore: missing macro call
1 parent 17bc970 commit a0e1f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/0x04/pkg/kernel/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub fn kernel_main(boot_info: &'static boot::BootInfo) -> ! {
1616

1717
pub fn spawn_init() -> proc::ProcessId {
1818
// NOTE: you may want to clear the screen before starting the shell
19-
// print_serial!("\x1b[1;1H\x1b[2J");
19+
// print!("\x1b[1;1H\x1b[2J");
2020

2121
proc::list_app();
2222
proc::spawn("sh").unwrap()

0 commit comments

Comments
 (0)