提交 3eb2619f 编写于 作者: B bellard

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1029 c046a42c-6fe2-441c-8c8c-71466251a162
上级 3e11db9a
......@@ -89,11 +89,17 @@ available:
simulate the x86 MMU. It is @emph{fast} but has limitations because
the whole 4 GB address space cannot be used and some memory mapped
peripherials cannot be emulated accurately yet. Therefore, a specific
guest Linux kernel can be used (@xref{linux_compile}) as guest OS.
guest Linux kernel can be used (@xref{linux_compile}) as guest
OS.
Moreover there is no separation between the host and target address
spaces, so it offers no security (the target OS can modify the
@code{qemu-fast} code by writing at the right addresses).
@item
@code{qemu} uses a software MMU. It is about @emph{two times
slower} but gives a more accurate emulation.
@code{qemu} uses a software MMU. It is about @emph{two times slower}
but gives a more accurate emulation and a complete separation between
the host and target address spaces.
@end enumerate
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册