forked from sborovic/dmzOS
1
0
Fork 0
Go to file
sborovic 9c185c9e74 Update README.md 2024-02-09 19:16:55 +00:00
LICENSE Update LICENSE 2024-02-09 11:55:59 +00:00
README.md Update README.md 2024-02-09 19:16:55 +00:00

README.md

dmzOS

dmzOS is an operating system written by a group of computer enthusiasts gathered around Decentrala. For additional info, please refer to the Wiki. Feel free to explore, learn, and contribute!

Description:

  • Written from scratch in C and asm.
  • POSIX-compliant (as aspiring to 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.