1

move logger

This commit is contained in:
2022-07-24 21:49:04 +02:00
parent 40108cdacc
commit 0ced077122
17 changed files with 22 additions and 21 deletions

View File

@ -50,7 +50,7 @@
*****************************************************************************/
#include "kernel/Paging.h"
#include "kernel/Globals.h"
#include "user/lib/Logger.h"
#include "user/lib/utility/Logger.h"
// Bits fuer Eintraege in der Page-Table
constexpr const unsigned int PAGE_PRESENT = 0x001;