From 97d094b2f2bb8b9b30224314447c504c111f2962 Mon Sep 17 00:00:00 2001 From: sborovic Date: Fri, 9 Feb 2024 16:36:44 +0000 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 785fb0e..61441ff 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -# dmzOS \ No newline at end of file +# dmzOS + +**dmzOS** is an operating system written by a group of computer enthusiasts gathered around [Decentrala](https://decentrala.org/). You are free to explore, learn, and contribute! + +Description: +* Written from scratch in C and asm. +* POSIX-compliant (as aspiring to [Stan Dard](https://wiki.osdev.org/Stan_Dard)). +* For the amd64 architecture. +* Extensively documented. + +Goals: +* Sharpen low-level programming skills. +* Familiarize with amd64 architecture details. +* Have fun along the way! + +Success criteria: +* Run vim on the OS. + +Rules: +* Please provide an adequate entry in the Wiki for each non-trivial code contribution.