Rebranding
This commit is contained in:
parent
200579e900
commit
28e78d5cad
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Nuke built-in rules and variables.
|
# Nuke built-in rules and variables.
|
||||||
override MAKEFLAGS += -rR
|
override MAKEFLAGS += -rR
|
||||||
|
|
||||||
override IMAGE_NAME := barebones
|
override IMAGE_NAME := template
|
||||||
|
|
||||||
# Convenience macro to reliably declare user overridable variables.
|
# Convenience macro to reliably declare user overridable variables.
|
||||||
define DEFAULT_VAR =
|
define DEFAULT_VAR =
|
||||||
|
|
|
@ -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.
|
This repository will demonstrate how to set up a basic x86-64 kernel using Limine.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
TIMEOUT=3
|
TIMEOUT=3
|
||||||
|
|
||||||
# The entry name that will be displayed in the boot menu.
|
# 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.
|
# We use the Limine boot protocol.
|
||||||
PROTOCOL=limine
|
PROTOCOL=limine
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ TIMEOUT=3
|
||||||
KERNEL_PATH=boot:///kernel
|
KERNEL_PATH=boot:///kernel
|
||||||
|
|
||||||
# Same thing, but without KASLR.
|
# Same thing, but without KASLR.
|
||||||
:Limine Barebones (KASLR off)
|
:Limine Template (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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue