1
0
Fork 0

feat/kernel: Die trap

This commit is contained in:
Kevin Alavik 2025-06-01 21:08:04 +02:00
parent d306dcb199
commit 2b29a1afa1
No known key found for this signature in database
GPG key ID: 47AAEA397DB76AD0
11 changed files with 152 additions and 42 deletions

View file

@ -211,7 +211,7 @@ void emk_entry(void)
ioapic_init();
/* Setup timer */
pit_init(NULL);
pit_init(tick);
/* Finished */
log_early("%s", LOG_SEPARATOR);