mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 18:58:40 +00:00
rm: debug log timer ticks
This commit is contained in:
parent
9c2096f737
commit
61647f0e1f
1 changed files with 0 additions and 6 deletions
|
|
@ -27,12 +27,6 @@ uint64_t timer_handler(registers_t *regs) {
|
|||
|
||||
extern void k_beep_process(void);
|
||||
k_beep_process();
|
||||
|
||||
if (kernel_ticks % 100 == 0) {
|
||||
serial_write("[TIMER] Heartbeat: ");
|
||||
serial_write_num((uint32_t)kernel_ticks);
|
||||
serial_write(" ticks\n");
|
||||
}
|
||||
}
|
||||
|
||||
outb(0x20, 0x20);
|
||||
|
|
|
|||
Loading…
Reference in a new issue