feat: main function
This commit is contained in:
parent
beb7fb38ae
commit
ba608513e6
10 changed files with 151 additions and 57 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "main.h"
|
||||
|
||||
[[noreturn]] void main() {
|
||||
[[noreturn]] void main([[maybe_unused]] apic::Core* core) {
|
||||
while (true) {
|
||||
__asm__ volatile("hlt");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue