-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (20 loc) · 824 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
mips64emul 0.1.1
================
Overview
--------
mips64emul is a MIPS machine emulator. The goals are to emulate 32-bit and
64-bit MIPS-like CPUs and enough surrounding hardware to fake real machines,
capable of running real (unmodified) operating systems, such as NetBSD or
Linux. This is a spare time hobby project, and many things are not
implemented yet.
(MIPS is a registered trademark of MIPS Technologies. This project is not
affiliated with MIPS Technologies in any way whatsoever.)
Quick start
-----------
To compile, type './configure' and then 'make'. This should work on most
Unix-like systems, if not then please mail me a bug report.
Please read the the documentation in the doc/ sub-directory for more detailed
information.
Feedback
--------
Send feedback to: md1gavan at mdstud.chalmers.se.