Rebranding

This commit is contained in:
mintsuki 2023-10-22 00:27:35 +02:00
parent 200579e900
commit 28e78d5cad
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Nuke built-in rules and variables.
override MAKEFLAGS += -rR
override IMAGE_NAME := barebones
override IMAGE_NAME := template
# Convenience macro to reliably declare user overridable variables.
define DEFAULT_VAR =

View file

@ -1,4 +1,4 @@
# Limine Bare Bones
# Limine C Template
This repository will demonstrate how to set up a basic x86-64 kernel using Limine.

View file

@ -2,7 +2,7 @@
TIMEOUT=3
# The entry name that will be displayed in the boot menu.
:Limine Barebones (KASLR on)
:Limine Template (KASLR on)
# We use the Limine boot protocol.
PROTOCOL=limine
@ -10,7 +10,7 @@ TIMEOUT=3
KERNEL_PATH=boot:///kernel
# Same thing, but without KASLR.
:Limine Barebones (KASLR off)
:Limine Template (KASLR off)
PROTOCOL=limine
# Disable KASLR (it is enabled by default for relocatable kernels)