diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md index 41fecb24..512e95f3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # box64 - + 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! |