More work on Kernel class, syscalls

This commit is contained in:
Nathan Giddings
2020-12-11 09:19:29 -06:00
parent e8c3de4a63
commit 69c3c8a847
34 changed files with 390 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
#include "multiboot2.hpp"
using namespace kernel;
using namespace kernelns;
Multiboot2Info::Multiboot2Info(void* tableLocation)
{