Bootloader loading kernel, not yet jumping to it
This commit is contained in:
4
src/modules/main/main.c
Normal file
4
src/modules/main/main.c
Normal file
@@ -0,0 +1,4 @@
|
||||
__attribute__((used))
|
||||
int kernel_main() {
|
||||
return 42;
|
||||
}
|
||||
Reference in New Issue
Block a user