Skip to content

Commit

Permalink
don't show a dot when timer interrupt arrives
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyukai0403 committed Jan 18, 2025
1 parent 3aa2e64 commit f3a9b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn init() {
}

pub extern "x86-interrupt" fn handler1(_: InterruptStackFrame) {
print!(".");
// print!(".");
crate::apic::local::eoi();
}

Expand Down

0 comments on commit f3a9b9f

Please sign in to comment.