move import to implementation
This commit is contained in:
@ -50,6 +50,7 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
#include "kernel/Paging.h"
|
#include "kernel/Paging.h"
|
||||||
#include "kernel/Globals.h"
|
#include "kernel/Globals.h"
|
||||||
|
#include "user/lib/Logger.h"
|
||||||
|
|
||||||
// Bits fuer Eintraege in der Page-Table
|
// Bits fuer Eintraege in der Page-Table
|
||||||
#define PAGE_PRESENT 0x001
|
#define PAGE_PRESENT 0x001
|
||||||
|
|||||||
@ -52,8 +52,6 @@
|
|||||||
#ifndef __Paging_include__
|
#ifndef __Paging_include__
|
||||||
#define __Paging_include__
|
#define __Paging_include__
|
||||||
|
|
||||||
#include "user/lib/Logger.h"
|
|
||||||
|
|
||||||
// Externe Funktionen in startup.asm
|
// Externe Funktionen in startup.asm
|
||||||
extern "C" {
|
extern "C" {
|
||||||
void paging_on(unsigned int* p_pdir); // Paging einschalten
|
void paging_on(unsigned int* p_pdir); // Paging einschalten
|
||||||
|
|||||||
Reference in New Issue
Block a user