ecomaikgolf / alma

toy kernel written in C++ for x86-64 machines with the mere purpose of learning OS development
8 stars 1 forks source link

[kernel.ld] `.text` must be loaded to a relative high address `0x10000` #59

Closed ecomaikgolf closed 2 years ago

ecomaikgolf commented 2 years ago

It doesn't work if set to 0x1000 for example. It worked at that address before