Init IOAPIC nad LAPICs

This commit is contained in:
2025-08-21 00:47:58 +02:00
parent 3f6df79885
commit 9d8849a425
25 changed files with 801 additions and 306 deletions

View File

@ -69,7 +69,7 @@ void kmain(void) {
kprintf(BANNER_TEXT "\n");
*((int *)0xdeadbeef) = 123;
/* *((int *)0xdeadbeef) = 123; */
hal_hang();
}