diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-17 23:41:58 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-17 23:41:58 -0400 |
commit | 6e01308125578033be453233eda4f8eee2322581 (patch) | |
tree | 1396f1890ca22c16f42719d873179180d4f218cb | |
parent | 32e0f3c3dab92116e5395571d2769b1fa83ac3a7 (diff) | |
parent | 0b1d108120bce2fae04551eadf72342bbbac4864 (diff) |
Merge branch 'dev'
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,7 +25,6 @@ share any existing operating system sources. ## Goals - POSIX compliancy -- ~~Sliding syscall "namespaces" (windows/domains)~~ - PCI - PCIe - PCI(e) MSI @@ -35,6 +34,9 @@ share any existing operating system sources. - NVMe support - Single-level store orthogonal to disk/ram - UNIX-like FS layered on SLS +- Block I/O framework +- USB support (xHCI / USB 3.0) +- Capability based security ... ## Build instructions |