diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-17 23:37:49 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-17 23:37:49 -0400 |
commit | 32e0f3c3dab92116e5395571d2769b1fa83ac3a7 (patch) | |
tree | 983a31ce56e35d2ac502248ec8b97abd271107b8 | |
parent | de382ca2199559581bf2050f9594e642d0db1f36 (diff) |
docs: readme: Add goals section
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -22,6 +22,21 @@ share any existing operating system sources. - i8254 - i8259 +## Goals + +- POSIX compliancy +- ~~Sliding syscall "namespaces" (windows/domains)~~ +- PCI +- PCIe +- PCI(e) MSI +- PCI(e) MSI-X +- File I/O syscalls +- AHCI/SATA support +- NVMe support +- Single-level store orthogonal to disk/ram +- UNIX-like FS layered on SLS +... + ## Build instructions To build the system, run the following to generate an ISO image: |