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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0ea9ced..bc2f63a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Vega], [0.0.1], [ian@osmora.org]) +AC_INIT([Hyra], [0.0.1], [ian@osmora.org]) KERN_CFLAGS_X86_64="-fexceptions --std=gnu11 -ffreestanding -fno-stack-protector -fno-pic \\ -Werror=implicit -Werror=implicit-function-declaration \\ @@ -11,7 +11,7 @@ KERN_CFLAGS_X86_64="-fexceptions --std=gnu11 -ffreestanding -fno-stack-protector QEMU_FLAGS_X86_64="--enable-kvm -monitor stdio \\ -M q35 -m 1G -smp 4 -cpu host \\ - -cdrom Vega.iso" + -cdrom Hyra.iso" VEGA_BUILDDATE=`export LANG=en_US.UTF-8 ; date` VEGA_BUILDBRANCH="`basename $PWD`" |