diff options
author | sigsegv7 <ian@osmora.org> | 2023-11-13 09:55:23 -0500 |
---|---|---|
committer | sigsegv7 <ian@osmora.org> | 2023-11-13 14:46:52 -0500 |
commit | 6ce74b29ca71799cc8bf873e93f7f741d868ab0f (patch) | |
tree | e251b72cdc234f47d95cc428c95638441e863326 /README | |
parent | f53ac3212fe8f07c99aef348e754aa8ab00081dc (diff) |
project-wide: Update project name
Update project name to avoid conflicts with the name of
Amazon's new 'Vega' Smart Device Operating System.
Signed-off-by: sigsegv7 <ian@osmora.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -The Vega Operating System +The Hyra Operating System ===================== -Welcome to the Vega Operating System project! +Welcome to the Hyra Operating System project! Project Goal: -------------- @@ -9,7 +9,7 @@ The goal of this project is to create a modern operating system, taking inspirat Getting Started: ---------------- -To build VegaOS you'll need to bootstrap the project which is essentially just fetching dependencies for the project. This can be done by running the bootstrap script within the project root: `./bootstrap`. +To build Hyra you'll need to bootstrap the project which is essentially just fetching dependencies for the project. This can be done by running the bootstrap script within the project root: `./bootstrap`. Next, to configure for x86_64 just run configure: |