about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--README.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..28a57fd4
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+Current version

+======

+* Using box86 as a base, implemented most planned box64 part except dyanrec

+* Wrapped a few libs

+* ELF loader a bit crude, but seems working

+* Signal handling implemented

+* MMX and x87 are sharing their registers

diff --git a/README.md b/README.md
new file mode 100644
index 00000000..710c169d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# box64

+

+Linux Userspace x86_64 Emulator with a twist

+

+----

+

+Box64 lets you run x86_64 Linux programs (such as games) on non-x86_64 Linux systems, like ARM (host system needs to be 64bit little-endian).
\ No newline at end of file