diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-23 16:43:37 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-23 16:43:37 -0400 |
commit | 0d2c8a069ac2fddf44c7f1746095114fc2626df2 (patch) | |
tree | 244a3517a84c3eb6302d7bfc7d7bc61d1c2d5c4a /README.md | |
parent | 06a50d7eca47eb6b3becf34b26caa0235cc5d07e (diff) |
docs: readme: Add MAC to progress
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,7 @@ The kernel (L5) is named after the [L5 lagrange point](https://en.wikipedia.org/ - Syscall windows, domains and platform latches - OSMORA Archive Format (OMAR) initramfs - ELF64 loader +- Mandatory access control (MAC) - 16550 UART I/O - i8254 - i8259 @@ -43,7 +44,6 @@ The kernel (L5) is named after the [L5 lagrange point](https://en.wikipedia.org/ - UNIX-like FS layered on SLS - Block I/O framework - USB support (xHCI / USB 3.0) -- Capability based security ... ## Build instructions |