loader icon indicating copy to clipboard operation
loader copied to clipboard

Linker section alignment does maybe not work

Open jounathaen opened this issue 4 years ago • 1 comments

https://github.com/hermitcore/rusty-loader/blob/master/src/arch/x86_64/link.ld

In edu-OS I found that the sections are not aligned to page boundaries. And as the linker script is almost the same, I guess the linker script here does have the same flaw.

jounathaen avatar Aug 24 '20 18:08 jounathaen

Why is this a problem for the loader?

stlankes avatar Sep 08 '20 07:09 stlankes