This commit is contained in:
2026-07-28 20:13:50 -04:00
parent 49c9e5e37c
commit 56646625c0
71 changed files with 638 additions and 103 deletions
+9 -1
View File
@@ -15,8 +15,10 @@ See `building.md`.
- Functionality is split into kernel modules (`.kmod`)
- Task-based lightweight thread/task preemptive scheduler with process isolation and IPC support
- Virtual filesystem unified interface for disk, RAM, and virtual filesystems
- Virtual filesystem
- TTY & Shell
- Sockets
-
---
@@ -48,6 +50,12 @@ Add your name to `contributors.md` when your PR is merged.
---
## Information
Trello: https://trello.com/b/8dryrlMi
---
## License
This project is licensed under the MIT License. See the LICENSE file for details.