diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/arch.9 | 6 | ||||
-rw-r--r-- | share/man/man9/mmio.9 | 8 | ||||
-rw-r--r-- | share/man/man9/syslog.9 | 6 | ||||
-rw-r--r-- | share/man/man9/timer.9 | 4 |
4 files changed, 12 insertions, 12 deletions
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. .\" |