mmu: Add initial implementation of identity mapping
This commit is contained in:
6
include/mmu.h
Normal file
6
include/mmu.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef MMU_H
|
||||
#define MMU_H
|
||||
|
||||
void mmu_reinit();
|
||||
|
||||
#endif /* MMU_H */
|
Reference in New Issue
Block a user