Page 1 of 1

Limine with stivale2 error on boot

Posted: Wed Oct 16, 2024 2:53 pm
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,

Re: Limine with stivale2 error on boot

Posted: Wed Oct 16, 2024 3:35 pm
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."