about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-12 07:37:59 +0200
committerGitHub <noreply@github.com>2021-07-12 07:37:59 +0200
commit81a7eca5ef17a9805a3e894046f2148e0974eeda (patch)
tree462ff09db19148b6db7de3263a8399ca227e38c1
parent486aa58b157c74d2d0623eecd08489fb520a5510 (diff)
parent2711a7e522bca891deaf9e1cb4f7272f230311cf (diff)
downloadbox64-81a7eca5ef17a9805a3e894046f2148e0974eeda.tar.gz
box64-81a7eca5ef17a9805a3e894046f2148e0974eeda.zip
Merge pull request #49 from Jai-JAP/docs
Moved documentation to "docs/" folder
-rw-r--r--docs/CHANGELOG.md (renamed from CHANGELOG.md)0
-rwxr-xr-xdocs/COMPILE.md (renamed from COMPILE.md)0
-rw-r--r--docs/LICENSE (renamed from LICENSE)0
-rw-r--r--docs/README.md (renamed from README.md)6
-rwxr-xr-xdocs/USAGE.md (renamed from USAGE.md)0
-rwxr-xr-xdocs/img/Box64Icon.png (renamed from Box64Icon.png)bin63691 -> 63691 bytes
-rwxr-xr-xdocs/img/Box64Logo.png (renamed from Box64Logo.png)bin184304 -> 184304 bytes
7 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/docs/CHANGELOG.md
index c8527d88..c8527d88 100644
--- a/CHANGELOG.md
+++ b/docs/CHANGELOG.md
diff --git a/COMPILE.md b/docs/COMPILE.md
index d12fd2a0..d12fd2a0 100755
--- a/COMPILE.md
+++ b/docs/COMPILE.md
diff --git a/LICENSE b/docs/LICENSE
index 0718fe3c..0718fe3c 100644
--- a/LICENSE
+++ b/docs/LICENSE
diff --git a/README.md b/docs/README.md
index 41fecb24..512e95f3 100644
--- a/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
 # box64

 

-![Official logo](Box64Logo.png "Official Logo")

+![Official logo](img/Box64Logo.png "Official Logo")

 Linux Userspace x86_64 Emulator with a twist

 

 ----

@@ -13,9 +13,9 @@ Because Box64 uses the native versions of some "system" libraries, like libc, li
 

 Box64 integrates a DynaRec (dynamic recompiler) for the ARM64 platform, providing a speed boost between 5 to 10 times faster than only using the interpreter. Some high level information on how the Dynarec work can be found [here](https://box86.org/2021/07/inner-workings-a-high%e2%80%91level-view-of-box86-and-a-low%e2%80%91level-view-of-the-dynarec/).

 

-Some x64 internal opcodes use parts of "Realmode X86 Emulator Library", see [x64primop.c](src/emu/x64primop.c) for copyright details

+Some x64 internal opcodes use parts of "Realmode X86 Emulator Library", see [x64primop.c](../src/emu/x64primop.c) for copyright details

 

-<img src="Box64Icon.png" width="96" height="96">

+<img src="img/Box64Icon.png" width="96" height="96">

 

 Logo and Icon made by @grayduck, thanks!

 

diff --git a/USAGE.md b/docs/USAGE.md
index 27afc08d..27afc08d 100755
--- a/USAGE.md
+++ b/docs/USAGE.md
diff --git a/Box64Icon.png b/docs/img/Box64Icon.png
index 8b3c7a91..8b3c7a91 100755
--- a/Box64Icon.png
+++ b/docs/img/Box64Icon.png
Binary files differdiff --git a/Box64Logo.png b/docs/img/Box64Logo.png
index bac2f54d..bac2f54d 100755
--- a/Box64Logo.png
+++ b/docs/img/Box64Logo.png
Binary files differ