From 28e78d5cadf32457be7b07d5f57ff4241eeefcad Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sun, 22 Oct 2023 00:27:35 +0200
Subject: [PATCH] Rebranding

---
 GNUmakefile | 2 +-
 README.md   | 2 +-
 limine.cfg  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 5275b72..39b1b48 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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 =
diff --git a/README.md b/README.md
index 7cf06ee..b7cf2b1 100644
--- a/README.md
+++ b/README.md
@@ -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.
 
diff --git a/limine.cfg b/limine.cfg
index e5f0d87..8557be3 100644
--- a/limine.cfg
+++ b/limine.cfg
@@ -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)