mirror of
https://github.com/justinian/jsix.git
synced 2025-12-12 09:24:31 -08:00
Bootloader loading kernel, not yet jumping to it
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ENTRY(start)
|
||||
ENTRY(kernel_main)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x100000;
|
||||
|
||||
Reference in New Issue
Block a user