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

@@ -8,11 +8,7 @@
#include "addressspace.hpp"
#include "tty.h"
#if __STDC_HOSTED__ == 1 || __i686__ != 1
#error "ERROR: This program must be compiled for a freestanding environment, and currently only supports the i686 target."
#endif
using namespace qkernel;
using namespace kernel;
extern SystemInfo system_info;
extern MemoryMap::Region memory_map;