feat: add page table

This commit is contained in:
Katharina 2026-07-04 11:30:33 +02:00
parent 61dfda6a70
commit ada1859910
8 changed files with 435 additions and 13 deletions

View file

@ -0,0 +1,7 @@
#pragma once
#include "memory/pointer.h"
namespace apic {
void startupCore(paddr_t code, paddr_t stack);
}