Multiboot 2 troubles
Posted: Tue Jan 01, 2019 4:30 pm
Hello
I'm a beginner in OS development and I'm having troubles using Multiboot 2.
When I try to test my OS with QEMU, it doesn't boot at all. (I tried debugging with gdb, no function is called at anytime)
You can find my code here: https://gitlab.com/Crumble14/crumbleos/ ... 0c5871cc32
The entry point is located in src/boot.s.
Am I doing something wrong?
I'm a beginner in OS development and I'm having troubles using Multiboot 2.
When I try to test my OS with QEMU, it doesn't boot at all. (I tried debugging with gdb, no function is called at anytime)
You can find my code here: https://gitlab.com/Crumble14/crumbleos/ ... 0c5871cc32
The entry point is located in src/boot.s.
Am I doing something wrong?