Changed name of kernel namespace

This commit is contained in:
2020-07-09 18:06:38 -05:00
parent 2c48e3397d
commit 722d6a77f5
16 changed files with 93 additions and 73 deletions

View File

@@ -7,7 +7,7 @@
#include "pagetableentry.hpp"
namespace qkernel {
namespace kernel {
static_assert(sizeof(PageTableEntry) == 4, "PTE structure is the wrong size!");