Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 496 Bytes

soohoonc.github.io

architecture

it is a toy os in Rust wasm with a desktop environment + nextjs as the front end (why not lol)

/
├── bin/       # Essential user commands
├── etc/       # System configuration
├── home/      # User home directories
├── proc/      # Process information
├── tmp/       # Temporary files
└── usr/       # User programs, libraries
    ├── bin/   # Additional commands
    └── share/ # Shared resources