Enable the MMU even if the kernel is not loaded in physical memory at
the same place it was linked against.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#ifndef MMU_H
|
||||
#define MMU_H
|
||||
|
||||
extern unsigned int *kernel_start_phys, *kernel_start_virt, *kernel_end_phys, *kernel_end_virt;
|
||||
|
||||
void mmu_reinit();
|
||||
|
||||
#endif /* MMU_H */
|
||||
|
Reference in New Issue
Block a user