From f7e55b5e9ecb1b811fd9cb199a0184d43a236b60 Mon Sep 17 00:00:00 2001 From: Ghostie Date: Tue, 12 Aug 2025 20:18:36 -0500 Subject: [PATCH] added a readme --- README.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..465b389 --- /dev/null +++ b/README.org @@ -0,0 +1,17 @@ +* Kinl + +This is Kinl, someday I will put my soul into this project. + +I started this kernel as a series of tutorials for my then website +([[https://quadword.netlify.app/][Quadword]]), in which I explained every single line of this code. + +Kinl will be a microkernel that I will - eventually - develop with a +lot of features, its own compiled and interpreted programming language +/Kinlan/, its own network protocol, browsers, everything. It will be +its own world. + +I started this code when I was 17 years old (as the code is dated +2022). I have planned to start over again later, from now I am +learning to create the best Kinl I can create. + +This repository lies here solely for nostalgic purposes.