aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorsigsegv7 <ian@osmora.org>2023-11-13 09:55:23 -0500
committersigsegv7 <ian@osmora.org>2023-11-13 14:46:52 -0500
commit6ce74b29ca71799cc8bf873e93f7f741d868ab0f (patch)
treee251b72cdc234f47d95cc428c95638441e863326 /share
parentf53ac3212fe8f07c99aef348e754aa8ab00081dc (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 'share')
-rw-r--r--share/man/man1/meta-rip.16
-rw-r--r--share/man/man9/arch.96
-rw-r--r--share/man/man9/mmio.98
-rw-r--r--share/man/man9/syslog.96
-rw-r--r--share/man/man9/timer.94
-rw-r--r--share/misc/style8
6 files changed, 19 insertions, 19 deletions
diff --git a/share/man/man1/meta-rip.1 b/share/man/man1/meta-rip.1
index 0f8c095..91ac730 100644
--- a/share/man/man1/meta-rip.1
+++ b/share/man/man1/meta-rip.1
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+.\" Copyright (c) 2023 Ian Marco Moffett and the Osmora Team.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 3. Neither the name of VegaOS nor the names of its
+.\" 3. Neither the name of Hyra nor the names of its
.\" contributors may be used to endorse or promote products derived from
.\" this software without specific prior written permission.
.\"
@@ -40,7 +40,7 @@ This utility rips metadata from the .meta.note section of
an object file that contains the following format:
.Bd -literal
-$Vega$: Filename, Author Of Module, Description Of Module
+$Hyra$: Filename, Author Of Module, Description Of Module
\\
Cookie (always first)
.Ed
diff --git a/share/man/man9/arch.9 b/share/man/man9/arch.9
index 6ebbf18..6948e81 100644
--- a/share/man/man9/arch.9
+++ b/share/man/man9/arch.9
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+.\" Copyright (c) 2023 Ian Marco Moffett and the Osmora Team.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 3. Neither the name of VegaOS nor the names of its
+.\" 3. Neither the name of Hyra nor the names of its
.\" contributors may be used to endorse or promote products derived from
.\" this software without specific prior written permission.
.\"
@@ -37,7 +37,7 @@
NOTE: All examples will be for x86_64 but can be applied to others
-Information about how Vega and architectures work together. This
+Information about how Hyra and architectures work together. This
will describe headers and .c files that need to exist for all
architectures and things they should include. The
.Ft machine/cpu.h
diff --git a/share/man/man9/mmio.9 b/share/man/man9/mmio.9
index 35192b9..fa18816 100644
--- a/share/man/man9/mmio.9
+++ b/share/man/man9/mmio.9
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+.\" Copyright (c) 2023 Ian Marco Moffett and the Osmora Team.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 3. Neither the name of VegaOS nor the names of its
+.\" 3. Neither the name of Hyra nor the names of its
.\" contributors may be used to endorse or promote products derived from
.\" this software without specific prior written permission.
.\"
@@ -45,8 +45,8 @@ __extension__
.Sh DESCRIPTION
In short, MMIO is a method of writing to registers
of an I/O device via a mapped porition of memory. MMIO
-should NOT be done on your own when doing Vega kernel programming.
-Instead, rely on Vega's MMIO interface and use
+should NOT be done on your own when doing Hyra kernel programming.
+Instead, rely on Hyra's MMIO interface and use
.Ft mmio_read<n>()
and
.Ft mmio_write<n>()
diff --git a/share/man/man9/syslog.9 b/share/man/man9/syslog.9
index d3c307b..24bb442 100644
--- a/share/man/man9/syslog.9
+++ b/share/man/man9/syslog.9
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+.\" Copyright (c) 2023 Ian Marco Moffett and the Osmora Team.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 3. Neither the name of VegaOS nor the names of its
+.\" 3. Neither the name of Hyra nor the names of its
.\" contributors may be used to endorse or promote products derived from
.\" this software without specific prior written permission.
.\"
@@ -38,7 +38,7 @@ void vkprintf(const char *fmt, va_list *ap);
.Ed
.Sh DESCRIPTION
-The Vega syslog interface allows kernel logging. The
+The Hyra syslog interface allows kernel logging. The
.Ft kprintf()
function allows writing a string with formatting.
diff --git a/share/man/man9/timer.9 b/share/man/man9/timer.9
index 9d41013..5bb4caa 100644
--- a/share/man/man9/timer.9
+++ b/share/man/man9/timer.9
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+.\" Copyright (c) 2023 Ian Marco Moffett and the Osmora Team.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -9,7 +9,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\" 3. Neither the name of VegaOS nor the names of its
+.\" 3. Neither the name of Hyra nor the names of its
.\" contributors may be used to endorse or promote products derived from
.\" this software without specific prior written permission.
.\"
diff --git a/share/misc/style b/share/misc/style
index fc26688..0a994e8 100644
--- a/share/misc/style
+++ b/share/misc/style
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+ * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. Neither the name of VegaOS nor the names of its
+ * 3. Neither the name of Hyra nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
@@ -36,8 +36,8 @@
/*
* Metadata goes in *.c files
*/
-__KERNEL_META("$Vega$: style.c, Ian Marco Moffett, "
- "Vega style guide");
+__KERNEL_META("$Hyra$: style.c, Ian Marco Moffett, "
+ "Hyra style guide");
/*
* VERY important single-line comments look like this.
*/