KERNEL: Implementing VMM & cleaning up

Folders now are alll lower case

Started working on the implementation of the Virtual memory manager. Implemented allocate and free page funtionality for as far as I can atm.

Implemented the
This commit is contained in:
2022-09-01 20:16:16 +02:00
parent 9893a0bd17
commit 13e9beea79
48 changed files with 195 additions and 173 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include "Terminal/kterm.h"
#include "terminal/kterm.h"
#include "io.h"
#define PORT 0x3f8
static int init_serial() {