about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-07 16:10:56 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-07 16:10:56 +0100
commitb4facf6d33fbbb1aa364ec0e624193b985b368e8 (patch)
tree54c67879226be252f4ee98b2638f9322b2b02792
parent4c4c1c927417c10f5e01870fcd18435ec5d1293c (diff)
downloadbox64-b4facf6d33fbbb1aa364ec0e624193b985b368e8.tar.gz
box64-b4facf6d33fbbb1aa364ec0e624193b985b368e8.zip
Added some docs
-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