BOOTBOOT kernel example not working
Posted: Tue Apr 28, 2020 12:19 pm
I am trying to setup the example kernel provided by @bzt on the official documentation page but the kernel does not print anything to the screen. Not sure if I haven't configured something correctly, or if I am doing something completely wrong.
The bootloader seems to be working correctly because I see the initialization functions being called on the vm.
I've been testing it by adding code by parts to see what is not working but seems like the framebuffer is not responding.
I modified the provided makefile to work with my particular setup.
I am using a x86_64-elf cross compiler made by following the wiki with no red zone enabled.
If you want to check out my progress and point me in the right direction you can go here https://github.com/gerarparra0/osdev64
Excuse my poor makefile skillz, I'm pretty new at this
The bootloader seems to be working correctly because I see the initialization functions being called on the vm.
I've been testing it by adding code by parts to see what is not working but seems like the framebuffer is not responding.
I modified the provided makefile to work with my particular setup.
I am using a x86_64-elf cross compiler made by following the wiki with no red zone enabled.
If you want to check out my progress and point me in the right direction you can go here https://github.com/gerarparra0/osdev64
Excuse my poor makefile skillz, I'm pretty new at this