mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 05:25:02 +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