serial Kernel panic

This commit is contained in:
2026-01-10 09:45:20 +01:00
parent 0f72987bc1
commit 12ab12f1b2
7 changed files with 119 additions and 2 deletions

View File

@@ -2,5 +2,6 @@
#define TIMER_H
void timer_init();
void timer_wait(unsigned int wait_ticks);
#endif