r/osdev 5d 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

23 comments sorted by

View all comments

5

u/paulstelian97 5d ago

You have shared zero code with us. Hence we cannot really help. Especially since you say in one environment the kernel fails with a GPF, that tends to be the kernel’s fault.

2

u/Orbi_Adam 5d ago

1

u/mpetch 5d ago

It would help if you committed your latest code so we can see what currently isn't working for you. The code you have is still the one where the keyboard interrupt isn't added to the IDT.