mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 08:49:14 +00:00
Forgot _kernel_start
This commit is contained in:
@ -6,6 +6,7 @@ ENTRY(Entry)
|
|||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
. += 0xC0000000;
|
. += 0xC0000000;
|
||||||
|
_kernel_start = .;
|
||||||
|
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user