diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-05 03:51:26 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-05 03:51:26 -0400 |
commit | 559e64b9b549049d286462aae4c8381dac0a25b1 (patch) | |
tree | 15b69c5739d336008fcaa91248a31d573e801707 | |
parent | 5516b36888da1d0fc78e98a58ace0b808d2d573e (diff) |
docs: Update README.md
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,7 +5,9 @@ Welcome to the Hyra Operating System project! Project Goal: -------------- -The goal of this project is to create a modern operating system, taking inspiration from NetBSD and incorporating new ideas and design plans. Our mission is to design a new modernized POSIX-like standard to provide a robust and versatile environment for developers and users. +The goal of this project is to redefine what modern operating systems are while taking inspiration from BSD. Hyra does not use +POSIX by default and instead uses the [OSMORA Uniform System Interface (OUSI)](https://osmora.org/oap/oap-0002). Hyra also does +not use CPIO for its initramfs like other operating systems typically would and instead uses the [OSMORA Archive Format (OMAR)](https://osmora.org/oap/oap-0005). Getting Started: ---------------- |