Skip to content

Commit

Permalink
Revert "protos: Keep linux protocol disabled on loong64 as it is not …
Browse files Browse the repository at this point in the history
…confirmed working"

This reverts commit c73505f.
  • Loading branch information
mintsuki committed Jan 10, 2025
1 parent 31c345f commit 96a7031
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1194,12 +1194,7 @@ noreturn void boot(char *config) {
if (!strcmp(proto, "limine")) {
limine_load(config, cmdline);
} else if (!strcmp(proto, "linux")) {
#if defined (__loongarch64)
quiet = false;
print("TODO: Linux is not available on LoongArch64.\n\n");
#else
linux_load(config, cmdline);
#endif
} else if (!strcmp(proto, "multiboot1") || !strcmp(proto, "multiboot")) {
#if defined (__x86_64__) || defined (__i386__)
multiboot1_load(config, cmdline);
Expand Down

0 comments on commit 96a7031

Please sign in to comment.