mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-21 03:52:04 +03:00
Merge pull request #75 from jlxip/TomHangs
stivale2: fix stivale2_load parameters
This commit is contained in:
commit
8ff991f14a
@ -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…
Reference in New Issue
Block a user