1

move import to implementation

This commit is contained in:
2022-07-16 03:32:57 +02:00
parent de7a7c1636
commit ccbf91cc3b
2 changed files with 1 additions and 2 deletions

View File

@ -50,6 +50,7 @@
*****************************************************************************/
#include "kernel/Paging.h"
#include "kernel/Globals.h"
#include "user/lib/Logger.h"
// Bits fuer Eintraege in der Page-Table
#define PAGE_PRESENT 0x001

View File

@ -52,8 +52,6 @@
#ifndef __Paging_include__
#define __Paging_include__
#include "user/lib/Logger.h"
// Externe Funktionen in startup.asm
extern "C" {
void paging_on(unsigned int* p_pdir); // Paging einschalten