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

6
kernel/hal/x86_64/apic.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef HAL_APIC_H_
#define HAL_APIC_H_
void apic_init(void);
#endif // HAL_APIC_H_