Inspired by ICS experiment in NJU Thanks yzh and jyy
- provide a very simple debugger interface
- support a subset of x86 instruction set
- support memory management (virtual memory, page, etc)
- support some of hardware interrupt
MEMU is still building and is quite buggy. Bug that already know:
- Overflow flag is not set in a right way when doing arithmetic instructions
- Cache is not working well
MEMU is just an extension of an experiment course. Thanks yzh for the main frame of the MEMU.