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,7 +1,7 @@
#include "module.hpp"
#include "util.hpp"
using namespace kernel;
using namespace kernelns;
Module::Module()
{