forked from sborovic/dmzOS
1
0
Fork 0
Go to file
t3xhno c5f8da292d Testing if collaborator 2024-02-11 16:41:10 +01:00
LICENSE Update LICENSE 2024-02-09 11:55:59 +00:00
README.md Testing if collaborator 2024-02-11 16:41:10 +01:00

README.md

dmzOS

dmzOS is an operating system written by a group of computer enthusiasts gathered around Decentrala. You are 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.

For additional information, please refer to the Wiki.

TEST