mirror of
https://github.com/mii443/nel_os.git
synced 2025-12-03 03:08:25 +00:00
remote timer interrupt print
This commit is contained in:
@@ -59,8 +59,6 @@ impl InterruptIndex {
|
||||
}
|
||||
|
||||
extern "x86-interrupt" fn timer_interrupt_handler(_stack_frame: InterruptStackFrame) {
|
||||
print!(".");
|
||||
|
||||
unsafe {
|
||||
PICS.lock()
|
||||
.notify_end_of_interrupt(InterruptIndex::Timer.as_u8());
|
||||
|
||||
Reference in New Issue
Block a user