Forgot _kernel_start

This commit is contained in:
Alex 2022-10-11 02:52:55 +03:00
parent c95ccdb089
commit aaebb17788
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -6,6 +6,7 @@ ENTRY(Entry)
SECTIONS SECTIONS
{ {
. += 0xC0000000; . += 0xC0000000;
_kernel_start = .;
.text : .text :
{ {