readme typo comparision

This commit is contained in:
Ciro Santilli
2018-03-02 12:27:28 +00:00
parent 6b099ebd82
commit 76d91282f4

View File

@@ -1508,7 +1508,7 @@ Tested architectures:
* `aarch64`
* `x86_64`
Like QEMU, gem5 also has a syscall emulation mode (SE), but in this tutorial we focus on the full system emulation mode (FS). For a comparision see: https://stackoverflow.com/questions/48986597/when-should-you-use-full-system-fs-vs-syscall-emulation-se-with-userland-program
Like QEMU, gem5 also has a syscall emulation mode (SE), but in this tutorial we focus on the full system emulation mode (FS). For a comparison see: https://stackoverflow.com/questions/48986597/when-should-you-use-full-system-fs-vs-syscall-emulation-se-with-userland-program
=== gem5 vs QEMU