meta: rename kernel to Magenta

This commit is contained in:
2026-04-30 20:30:36 +01:00
parent 560da0daa0
commit 1db6de6bc2
65 changed files with 122 additions and 122 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef MANGO_USER_CPU_H_
#define MANGO_USER_CPU_H_
#ifndef MAGENTA_USER_CPU_H_
#define MAGENTA_USER_CPU_H_
#ifdef __cplusplus
extern "C" {
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef MANGO_USER_HWLOCK_H_
#define MANGO_USER_HWLOCK_H_
#ifndef MAGENTA_USER_HWLOCK_H_
#define MAGENTA_USER_HWLOCK_H_
#define ML_HWLOCK_INIT (0)
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef MANGO_X86_64_INIT_H_
#define MANGO_X86_64_INIT_H_
#ifndef MAGENTA_X86_64_INIT_H_
#define MAGENTA_X86_64_INIT_H_
#include <stddef.h>
#include <stdint.h>
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef MANGO_X86_64_IRQ_H_
#define MANGO_X86_64_IRQ_H_
#ifndef MAGENTA_X86_64_IRQ_H_
#define MAGENTA_X86_64_IRQ_H_
#endif
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef MANGO_USER_PMAP_H_
#define MANGO_USER_PMAP_H_
#ifndef MAGENTA_USER_PMAP_H_
#define MAGENTA_USER_PMAP_H_
#include <stdint.h>
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef MANGO_USER_VM_H_
#define MANGO_USER_VM_H_
#ifndef MAGENTA_USER_VM_H_
#define MAGENTA_USER_VM_H_
#include <stdint.h>
+1 -1
View File
@@ -9,7 +9,7 @@
#include <kernel/types.h>
#include <kernel/vm-object.h>
#include <kernel/vm.h>
#include <mango/status.h>
#include <magenta/status.h>
/* some helpful datasize constants */
#define C_1GiB 0x40000000ULL
+1 -1
View File
@@ -1,5 +1,5 @@
# the name of the target operating system
set(CMAKE_SYSTEM_NAME Mango)
set(CMAKE_SYSTEM_NAME Magenta)
# which compilers to use for C and C++
set(CMAKE_C_COMPILER x86_64-elf-gcc)