Remove bootboot declaration from MemoryManager now that it's MemoryMapIterator's job to walk the mmap

This commit is contained in:
apio 2022-12-04 15:56:25 +01:00
parent 77e64d74a0
commit af96db3641
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -2,7 +2,6 @@
#include "Log.h" #include "Log.h"
#include "arch/CPU.h" #include "arch/CPU.h"
#include "arch/MMU.h" #include "arch/MMU.h"
#include "boot/bootboot.h"
#include "memory/MemoryMap.h" #include "memory/MemoryMap.h"
#include <luna/Alignment.h> #include <luna/Alignment.h>
#include <luna/Bitmap.h> #include <luna/Bitmap.h>
@ -10,8 +9,6 @@
#include <luna/SystemError.h> #include <luna/SystemError.h>
#include <luna/Types.h> #include <luna/Types.h>
extern BOOTBOOT bootboot;
extern u8 start_of_kernel_rodata[1]; extern u8 start_of_kernel_rodata[1];
extern u8 end_of_kernel_rodata[1]; extern u8 end_of_kernel_rodata[1];
extern u8 start_of_kernel_data[1]; extern u8 start_of_kernel_data[1];