mm: Changes

+ vmm: Rename to "paging"
+ vma: Start implementation
This commit is contained in:
RaphProductions 2025-05-19 07:25:31 +02:00
parent c658f738e4
commit 16246cc167
8 changed files with 125 additions and 51 deletions

View file

@ -5,13 +5,13 @@
* cpu.c - x86_64 CPU control implementation.
*/
#include "mm/vmm.h"
#if defined (__x86_64__)
#include <arch/x86_64/gdt.h>
#include <arch/x86_64/idt.h>
#include <arch/cpu.h>
#include <mm/pmm.h>
#include "mm/paging.h"
void arch_init_stage1() {
gdt_init();