How to force linker to include kernel entry point before C?
Posted: Mon Oct 25, 2021 12:16 pm
I can't really find a definite answer anywhere and I'd like to know.
I made my own bootloader and a mini-kernel in assembly for learning purposes and I'd like to continue in C (though I need minimal amount assembly for the entry point).
The "Bare Bones" tutorial shows how to use GRUB and I think steps outlined by it aren't relevant for a custom bootloader.
Thanks in advance
I made my own bootloader and a mini-kernel in assembly for learning purposes and I'd like to continue in C (though I need minimal amount assembly for the entry point).
The "Bare Bones" tutorial shows how to use GRUB and I think steps outlined by it aren't relevant for a custom bootloader.
Thanks in advance