Remove cpu.h and cpu.cpp in favor of i386/processor.[h|cpp]

Moving enable protected Mode to processor class
This commit is contained in:
2023-02-17 22:01:32 +01:00
parent 490529099b
commit 37542b736f
8 changed files with 67 additions and 80 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include "../terminal/kterm.h"
#include "../cpu.h"
#include "../i386/processor.h"
#include "PhysicalMemoryManager.h"