mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Prematurely jumping into kernel_main
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
__attribute__((used))
|
||||
int kernel_main() {
|
||||
return 42;
|
||||
__attribute__((section(".text.entry")))
|
||||
void kernel_main() {
|
||||
volatile int foo = 13;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user