wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[MemoryManagement] Implement .asm exception handler for MMU dabt #42

Closed ghost closed 9 years ago

wake-0 commented 9 years ago

In the header file coprocessor.h were some functions added, which don't have the prefix MMU is there any reason for this? @mpe5651 Maybe it would also be possible to call them: extern void CoprocessorEnableMMU(void); extern void CoprocessorDisableMMU(void);

ghost commented 9 years ago

yes, there is one. functions without the "MMU" prefix are ones that can also be used in another context than the mmu. for example, the cache can be used without having a activated mmu.