An open API service indexing awesome lists of open source software.

https://github.com/raphaelsc/x86_mmu_emu

Very simple emulation of x86-32 MMU (Memory Management Unit).
https://github.com/raphaelsc/x86_mmu_emu

Last synced: about 1 year ago
JSON representation

Very simple emulation of x86-32 MMU (Memory Management Unit).

Awesome Lists containing this project

README

          

x86-mmu-emu

Currently limited to the two-level page table structure of the x86-32 architecture.

This program must be compiled with the gcc flag -m32 for obvious reasons.
Anyway, a simple makefile is provided to the user.