From 6e039874eb3935353618904bf6618cd38f7c1b43 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Tue, 6 Aug 2024 00:24:31 +0200 Subject: [PATCH] Fixed OS post --- content/posts/os/2024-08-05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/os/2024-08-05.md b/content/posts/os/2024-08-05.md index 0589b58..5242041 100644 --- a/content/posts/os/2024-08-05.md +++ b/content/posts/os/2024-08-05.md @@ -13,7 +13,7 @@ I've been trying osdev for a few weeks now, and I decided that I would start wri My end goal is a simple unix-like system, that doesn't have to be posix-compliant. If you want a look on the source, it's available on my [forgejo](https://forgejo.vanten-s.com/vanten-s/os/src/commit/c8ce4a2de0d69d4378447fb4f7e87278b942b313). -I will write devlogs here every once in a while. I won't really be getting to the more low-level stuff, unless someone requests that. ([contact me](/)) +I will write devlogs here every once in a while. I won't really be getting to the more low-level stuff, unless someone requests that. (see navbar) ## Things done As I previously stated, I have written this for a while now. I have been able to implement: