config: Bring back support for legacy config with a warning

This commit is contained in:
mintsuki
2024-08-02 14:39:14 +02:00
parent e2e6aeab44
commit d914e6e4e4
8 changed files with 66 additions and 24 deletions

View File

@@ -69,7 +69,7 @@ struct limine_internal_module internal_module2 = {
};
struct limine_internal_module internal_module3 = {
.path = "./limine.cfg",
.path = "./limine.conf",
.cmdline = "Third internal module"
};