Limine with stivale2 error on boot

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
MikyBart
Posts: 16
Joined: Tue Sep 03, 2024 9:21 am
Libera.chat IRC: MikyBart

Limine with stivale2 error on boot

Post by MikyBart »

Hi all, compiling my kernel (64 bits) with limine and stivale2 gives me the following error:
PANIC: Unsupported protocol specified.

I inserted the following line in the limine.cfg file:

PROTOCOL=stivale2

but it doesn't work.

I also set the following directive in the .ld file:

.stivale2hdr : {
KEEP(*(.stivale2hdr))
} :rodata

it doesn't work,
MichaelPetch
Member
Member
Posts: 797
Joined: Fri Aug 26, 2016 1:41 pm
Libera.chat IRC: mpetch

Re: Limine with stivale2 error on boot

Post by MichaelPetch »

Not sure if this applies to you, but from the docs: "As of Limine 4.x, support for the legacy stivale protocols has been dropped."
Post Reply