forked from sborovic/dmzOS
1
0
Fork 0
dmzOS/README.md

22 lines
732 B
Markdown
Raw Normal View History

2024-02-09 16:36:44 +00:00
# dmzOS
2024-02-09 19:18:33 +00:00
**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!
2024-02-09 16:36:44 +00:00
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.
2024-02-09 19:18:33 +00:00
For additional information, please refer to the [Wiki](https://gitea.dmz.rs/sborovic/dmzOS/wiki).