ELF 86_64 Relocatable file :: relocation issue
Posted: Sun Jun 26, 2022 11:25 am
Hello everyone,
I just started writing a 64bit OS.
I was trying to write a module loader.
https://github.com/AdeRegt/SanderOS64/b ... c/module.c
^ ^ ^ ^ this is my attempt
https://github.com/AdeRegt/SanderOS64/b ... keyboard.c
^ ^ ^ ^ this is an example driver
now, I expect the system to print out "Hello, world!".
But the system is printing out strange characters.
What am I doing wrong? I think something with the relocation is not going well.
Thank you in advantage.
I just started writing a 64bit OS.
I was trying to write a module loader.
https://github.com/AdeRegt/SanderOS64/b ... c/module.c
^ ^ ^ ^ this is my attempt
https://github.com/AdeRegt/SanderOS64/b ... keyboard.c
^ ^ ^ ^ this is an example driver
now, I expect the system to print out "Hello, world!".
But the system is printing out strange characters.
What am I doing wrong? I think something with the relocation is not going well.
Thank you in advantage.