Forgot _kernel_start

This commit is contained in:
Alex
2022-10-11 02:52:55 +03:00
parent c95ccdb089
commit aaebb17788

View File

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