diff options
Diffstat (limited to 'sys/arch/amd64/lapic.c')
-rw-r--r-- | sys/arch/amd64/lapic.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/lapic.c b/sys/arch/amd64/lapic.c index af219d2..412e5cc 100644 --- a/sys/arch/amd64/lapic.c +++ b/sys/arch/amd64/lapic.c @@ -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. * @@ -40,7 +40,7 @@ #include <dev/timer/hpet.h> __MODULE_NAME("lapic"); -__KERNEL_META("$Vega$: lapic.c, Ian Marco Moffett, " +__KERNEL_META("$Hyra$: lapic.c, Ian Marco Moffett, " "Local APIC driver"); /* @@ -265,7 +265,7 @@ lapic_init(void) if (!lapic_check_support()) { /* - * VegaOS currently depends on the existance + * Hyra currently depends on the existance * of a Local APIC. */ panic("This machine does not support LAPIC!\n"); |