mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 13:14:19 +03:00
stivale2: fix stivale2_load parameters
This commit is contained in:
parent
c8e78708d4
commit
00dbeaa832
@ -97,7 +97,7 @@ void entry(uint8_t _boot_drive, int boot_from) {
|
||||
if (!strcmp(proto, "stivale")) {
|
||||
stivale_load(config, cmdline);
|
||||
} else if (!strcmp(proto, "stivale2")) {
|
||||
stivale2_load(config, cmdline, boot_from);
|
||||
stivale2_load(config, cmdline, booted_from_pxe);
|
||||
} else if (!strcmp(proto, "linux")) {
|
||||
linux_load(config, cmdline);
|
||||
} else if (!strcmp(proto, "chainload")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user