kernel: some random modifications

This commit is contained in:
RaphProductions 2025-05-07 22:12:35 +02:00
parent e6a2c1e240
commit 175805604e
17 changed files with 141 additions and 237 deletions

View file

@ -21,5 +21,6 @@ void rtc_init() {
}
void rtc_handle_interrupt(registers_t *regs) {
(void)regs;
printf("RTC!\n");
}