Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 999 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 999 Bytes

Unitrix

Unix-like homebrew OS

Each program is intended to compile and work on any UNIX/UNIX-like when separated from this project.

Project Roadmap

Folder Description
bin Essential user/system commands
boot Bootloader
etc System settings templates
include C, C++ Header files
lib Libraries
man Manual pages
sbin Essential system commands
sys Kernel
tests
tools
usr.bin User commands
usr.sbin System commands

Project Standards

  • ANSI C
  • FHS 3.0
  • POSIX.1-2017
  • GNU Coding Standards (partialy; no GNU code style nor info pages)