bootstrap: update kernel name references

This commit is contained in:
2026-05-30 10:18:00 +01:00
parent 08abe467ea
commit ccede45ec7
3 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -8,12 +8,12 @@
#include <fs/file.h>
#include <heap/heap.h>
#include <launch.h>
#include <mango/handle.h>
#include <mango/log.h>
#include <mango/msg.h>
#include <mango/object.h>
#include <mango/task.h>
#include <mango/types.h>
#include <magenta/handle.h>
#include <magenta/log.h>
#include <magenta/msg.h>
#include <magenta/object.h>
#include <magenta/task.h>
#include <magenta/types.h>
#include <pthread.h>
#include <rosetta/bootstrap.h>
#include <rosetta/fs.h>