Remove bootboot declaration from MemoryManager now that it's MemoryMapIterator's job to walk the mmap
This commit is contained in:
parent
77e64d74a0
commit
af96db3641
@ -2,7 +2,6 @@
|
||||
#include "Log.h"
|
||||
#include "arch/CPU.h"
|
||||
#include "arch/MMU.h"
|
||||
#include "boot/bootboot.h"
|
||||
#include "memory/MemoryMap.h"
|
||||
#include <luna/Alignment.h>
|
||||
#include <luna/Bitmap.h>
|
||||
@ -10,8 +9,6 @@
|
||||
#include <luna/SystemError.h>
|
||||
#include <luna/Types.h>
|
||||
|
||||
extern BOOTBOOT bootboot;
|
||||
|
||||
extern u8 start_of_kernel_rodata[1];
|
||||
extern u8 end_of_kernel_rodata[1];
|
||||
extern u8 start_of_kernel_data[1];
|
||||
|
Loading…
Reference in New Issue
Block a user