1
0

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:
2012-09-23 01:29:45 -04:00
parent e2a3ab602c
commit d6e3899fc1
4 changed files with 191 additions and 50 deletions

@ -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 */