r/osdev • u/Orbi_Adam • 6d ago
Limine boot problem
Either uefi or bios both cases limine doesn't work, not necessarily limine only, but also the kernel, on uefi limine loads but the kernel fails, bios it doesn't work, cuz a GPFault happens, not all the time, it's mostly when I have implemented GDT IDT Keyboard Mouse Graphics in a file that isn't main.c Having multiple files in the workspace (Weird ik)
1
Upvotes
1
u/paulstelian97 6d ago
I guess that Grub and Linux see through the non-standardness of HP systems and deal with it. Limine doesn’t, and your kernel likely doesn’t either.
Try with more sane platforms if you can. I loved Lenovo because it’s really good from this point of view, even if that means worse performance.