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).
- Host: GitHub
- URL: https://github.com/raphaelsc/x86_mmu_emu
- Owner: raphaelsc
- Created: 2015-03-07T22:08:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T22:13:35.000Z (over 11 years ago)
- Last Synced: 2025-03-25T07:51:13.331Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
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.