From 2333175ac3cd4baa7bd2fd2c6ac0f07d68a098ee Mon Sep 17 00:00:00 2001 From: mintsuki Date: Sat, 9 Sep 2023 09:35:30 -0500 Subject: [PATCH] Remove useless 'higher half' adjective from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f286a6c..7cf06ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Limine Bare Bones -This repository will demonstrate how to set up a basic higher half x86-64 kernel using Limine. +This repository will demonstrate how to set up a basic x86-64 kernel using Limine. It is recommended to cross reference the contents of this repository with [the Limine Bare Bones](https://wiki.osdev.org/Limine_Bare_Bones) OSDev wiki page.