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
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef KERNEL_ARG_H_
#define KERNEL_ARG_H_
#include <mango/types.h>
#include <magenta/types.h>
#include <stdbool.h>
#define CMDLINE_MAX 4096
+1 -1
View File
@@ -2,7 +2,7 @@
#define KERNEL_BSP_H_
#include <kernel/compiler.h>
#include <mango/status.h>
#include <magenta/status.h>
#include <kernel/types.h>
#include <stddef.h>
#include <stdint.h>
+2 -2
View File
@@ -16,8 +16,8 @@
*/
#include <kernel/locks.h>
#include <kernel/queue.h>
#include <mango/status.h>
#include <mango/types.h>
#include <magenta/status.h>
#include <magenta/types.h>
#ifdef __cplusplus
extern "C" {
+1 -1
View File
@@ -4,7 +4,7 @@
#include <kernel/locks.h>
#include <kernel/object.h>
#include <kernel/sched.h>
#include <mango/types.h>
#include <magenta/types.h>
#define EQUEUE_PACKET_MAX 100
+1 -1
View File
@@ -3,7 +3,7 @@
#include <kernel/btree.h>
#include <kernel/wait.h>
#include <mango/types.h>
#include <magenta/types.h>
struct task;
struct address_space;
+2 -2
View File
@@ -2,8 +2,8 @@
#define KERNEL_HANDLE_H_
#include <kernel/bitmap.h>
#include <mango/status.h>
#include <mango/types.h>
#include <magenta/status.h>
#include <magenta/types.h>
#include <stddef.h>
#include <stdint.h>
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef KERNEL_IOVEC_H_
#define KERNEL_IOVEC_H_
#include <mango/types.h>
#include <magenta/types.h>
#include <stddef.h>
struct address_space;
+2 -2
View File
@@ -3,8 +3,8 @@
#include <kernel/btree.h>
#include <kernel/locks.h>
#include <mango/status.h>
#include <mango/types.h>
#include <magenta/status.h>
#include <magenta/types.h>
struct port;
struct thread;
+1 -1
View File
@@ -5,7 +5,7 @@
#include <kernel/locks.h>
#include <kernel/vm.h>
#include <kernel/wait.h>
#include <mango/status.h>
#include <magenta/status.h>
#include <stddef.h>
#ifdef __cplusplus
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef KERNEL_PERCPU_H_
#define KERNEL_PERCPU_H_
#include <mango/status.h>
#include <magenta/status.h>
#include <kernel/compiler.h>
#include <kernel/sched.h>
+1 -1
View File
@@ -5,7 +5,7 @@
#include <kernel/machine/pmap.h>
#include <kernel/vm.h>
#include <mango/status.h>
#include <magenta/status.h>
#include <stddef.h>
#define PMAP_INVALID ML_PMAP_INVALID
+1 -1
View File
@@ -6,7 +6,7 @@
#include <kernel/locks.h>
#include <kernel/queue.h>
#include <kernel/types.h>
#include <mango/status.h>
#include <magenta/status.h>
#define PRIO_MAX 32
+2 -2
View File
@@ -5,8 +5,8 @@
#include <kernel/handle.h>
#include <kernel/task.h>
#include <kernel/vm.h>
#include <mango/status.h>
#include <mango/syscall.h>
#include <magenta/status.h>
#include <magenta/syscall.h>
#define validate_access(task, ptr, len, flags) \
__validate_access(task, (const void *)ptr, len, flags)
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef KERNEL_TYPES_H_
#define KERNEL_TYPES_H_
#include <mango/types.h>
#include <magenta/types.h>
#include <stddef.h>
#include <stdint.h>
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef KERNEL_UTIL_H_
#define KERNEL_UTIL_H_
#include <mango/types.h>
#include <magenta/types.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
+1 -1
View File
@@ -3,7 +3,7 @@
#include <kernel/locks.h>
#include <kernel/object.h>
#include <mango/types.h>
#include <magenta/types.h>
struct thread;
struct equeue;
+1 -1
View File
@@ -8,7 +8,7 @@
#include <kernel/machine/vm.h>
#include <kernel/queue.h>
#include <kernel/types.h>
#include <mango/status.h>
#include <magenta/status.h>
#include <stddef.h>
#ifdef __cplusplus