feat: implement core initialization and local APIC setup
This commit is contained in:
parent
ada1859910
commit
beb7fb38ae
19 changed files with 747 additions and 41 deletions
7
kernel/src/main.cpp
Normal file
7
kernel/src/main.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "main.h"
|
||||
|
||||
[[noreturn]] void main() {
|
||||
while (true) {
|
||||
__asm__ volatile("hlt");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue