mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 00:07:59 +00:00
Forgot _kernel_start
This commit is contained in:
parent
c95ccdb089
commit
aaebb17788
@ -6,6 +6,7 @@ ENTRY(Entry)
|
|||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
. += 0xC0000000;
|
. += 0xC0000000;
|
||||||
|
_kernel_start = .;
|
||||||
|
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user