cowos

custom OS from scratch in C
git clone git://git.daat.foo/cowos.git
Log | Files | Refs | README | LICENSE

commit 0d3653c9700853e65ebaf570db9ab6bc870e7de3
parent f0ddc1ebeee8ac82d296107c2132de3d4092d17a
Author: cowmonk <cowmonk@based.pt>
Date:   Thu, 24 Jul 2025 23:42:20 -0700

I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu)

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ Custom OS from scratch in C # Notes **Heavily UNDER DEVELOPMENT** -Currently just boots and well, does nothing lol. +I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu). ## BUILDING You'll need a few things: