:: commit 96a703141e4aeb58b5d4c0b977e919eccb6a9f19

mintsuki <mintsuki@protonmail.com> — 2025-01-10 12:35

parents: 31c345f327

Revert "protos: Keep linux protocol disabled on loong64 as it is not confirmed working"

This reverts commit c73505f13b5128470c16f370cfd2a6d4425cfa8d.
diff --git a/common/menu.c b/common/menu.c
index 95ddc2fa..fd623691 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -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);
tab: 248 wrap: offon