fixed kernel.c not being recognised
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void kernel_main(void) {
|
||||
for (;;) {
|
||||
__asm__ volatile ("hlt");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user