From 8b16798b5421002c6cda9b07bc9bf7d714d34e2e Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 8 Jan 2024 16:42:11 +0100 Subject: [PATCH] Updated boot entries for KumiOS Renamed boot menu entries and updated kernel paths to reflect the new operating system name: KumiOS. This change ensures consistency across the boot configuration, paving the way for a smoother branding transition. Users will now see "KumiOS" instead of "myOS" at boot time, matching the updated kernel naming. --- limine.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/limine.cfg b/limine.cfg index a6b1e5b..2325c05 100644 --- a/limine.cfg +++ b/limine.cfg @@ -2,18 +2,18 @@ TIMEOUT=5 # The entry name that will be displayed in the boot menu. -:myOS (KASLR on) +:KumiOS (KASLR on) # We use the Limine boot protocol. PROTOCOL=limine # Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located. - KERNEL_PATH=boot:///myos + KERNEL_PATH=boot:///kumios # Same thing, but without KASLR. -:myOS (KASLR off) +:KumiOS (KASLR off) PROTOCOL=limine # Disable KASLR (it is enabled by default for relocatable kernels) KASLR=no - KERNEL_PATH=boot:///myos \ No newline at end of file + KERNEL_PATH=boot:///kumios \ No newline at end of file