From d7babff8767941d584f4a6fa778c5ce930306c43 Mon Sep 17 00:00:00 2001 From: Artie Poole Date: Mon, 8 Jul 2024 14:38:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b5d6dc..dcf318d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ArtOS -ArtOS is a very basic operating system being developed following [osdev](https://wiki.osdev.org/Bare_Bones) tutorials. +ArtOS is a very basic operating system being developed with help from [osdev](https://wiki.osdev.org/Bare_Bones) tutorials. The aim of this project is simply to learn. If it becomes something I want others to be able to use I will add the typical sections to this README.