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.
This commit is contained in:
parent
76a8cf5083
commit
8b16798b54
1 changed files with 4 additions and 4 deletions
|
@ -2,18 +2,18 @@
|
||||||
TIMEOUT=5
|
TIMEOUT=5
|
||||||
|
|
||||||
# The entry name that will be displayed in the boot menu.
|
# The entry name that will be displayed in the boot menu.
|
||||||
:myOS (KASLR on)
|
:KumiOS (KASLR on)
|
||||||
# We use the Limine boot protocol.
|
# We use the Limine boot protocol.
|
||||||
PROTOCOL=limine
|
PROTOCOL=limine
|
||||||
|
|
||||||
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
|
# 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.
|
# Same thing, but without KASLR.
|
||||||
:myOS (KASLR off)
|
:KumiOS (KASLR off)
|
||||||
PROTOCOL=limine
|
PROTOCOL=limine
|
||||||
|
|
||||||
# Disable KASLR (it is enabled by default for relocatable kernels)
|
# Disable KASLR (it is enabled by default for relocatable kernels)
|
||||||
KASLR=no
|
KASLR=no
|
||||||
|
|
||||||
KERNEL_PATH=boot:///myos
|
KERNEL_PATH=boot:///kumios
|
Loading…
Reference in a new issue