Symbol rename in linker.ld: end -> kernel_end

This commit is contained in:
Imbus 2025-06-26 12:04:11 +02:00
parent e82b75f8f0
commit f2685ce7df

View file

@ -74,7 +74,7 @@ SECTIONS
}
/* Define symbol end as current location, note that this is not aligned, see vm.c */
PROVIDE(end = .);
PROVIDE(kernel_end = .);
}
PHDRS {