Update readme
This commit is contained in:
parent
61125d6dd1
commit
71a1851ee6
1 changed files with 19 additions and 4 deletions
23
README.md
23
README.md
|
@ -1,10 +1,20 @@
|
||||||
Dynarmic
|
Dynarmic
|
||||||
========
|
========
|
||||||
|
|
||||||
[![Travis CI Build Status](https://api.travis-ci.org/MerryMage/dynarmic.svg?branch=master)](https://travis-ci.org/MerryMage/dynarmic/branches) [![Appveyor CI Build status](https://ci.appveyor.com/api/projects/status/maeiqr41rgm1innm/branch/master?svg=true)](https://ci.appveyor.com/project/MerryMage/dynarmic/branch/master)
|
[![Travis CI Build Status](https://api.travis-ci.org/MerryMage/dynarmic.svg?branch=master)](https://travis-ci.org/MerryMage/dynarmic/branches) [![Appveyor CI Build status](https://ci.appveyor.com/api/projects/status/maeiqr41rgm1innm/branch/master?svg=true)](https://ci.appveyor.com/project/MerryMage/dynarmic/branch/master)
|
||||||
|
|
||||||
|
A dynamic recompiler for ARM.
|
||||||
|
|
||||||
|
### Supported guest architectures
|
||||||
|
|
||||||
A dynamic recompiler for the ARMv6K architecture.
|
* ARMv6K
|
||||||
|
* 64-bit ARMv8
|
||||||
|
|
||||||
|
### Supported host architectures
|
||||||
|
|
||||||
|
* x86-64
|
||||||
|
|
||||||
|
There are no plans to support x86-32.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
@ -14,11 +24,16 @@ Design documentation can be found at [docs/Design.md](docs/Design.md).
|
||||||
Plans
|
Plans
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
### Near-term
|
||||||
|
|
||||||
|
* Complete ARMv8 support
|
||||||
|
|
||||||
### Medium-term
|
### Medium-term
|
||||||
|
|
||||||
* [Optimizations](https://github.com/MerryMage/dynarmic/issues/22)
|
* Optimizations
|
||||||
|
|
||||||
### Long-term
|
### Long-term
|
||||||
|
|
||||||
* ARMv7A support
|
* ARMv7A guest support
|
||||||
* ARMv5 support
|
* ARMv5 guest support
|
||||||
|
* ARMv8 host support
|
||||||
|
|
Loading…
Reference in a new issue