Implement VirtualAllocation class

This commit is contained in:
EnderIce2
2024-03-27 19:51:15 +02:00
parent d7cc1f5c47
commit 3dc1981820
5 changed files with 220 additions and 8 deletions

View File

@ -21,6 +21,7 @@
#include <types.h>
#include <filesystem.hpp>
#include <memory/va.hpp>
#include <symbols.hpp>
#include <memory.hpp>
#include <signal.hpp>
@ -498,11 +499,10 @@ namespace Tasking
NewLock(TaskingLock);
PID NextPID = 0;
PCB *KernelProcess = nullptr;
void *Scheduler = nullptr;
void *__sched_ctx = nullptr;
Memory::VirtualAllocation va = (void *)0xFFFFA00000000000;
constexpr TaskArchitecture GetKArch()
{