Update docs with SSE support and OS support
This commit is contained in:
parent
b4df87c9b0
commit
dc65c0c76a
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
================================================================
|
================================================================
|
||||||
doc/docbook/user/user.dbk
|
doc/docbook/user/user.dbk
|
||||||
$Id: user.dbk,v 1.226 2007-05-17 15:47:35 vruppert Exp $
|
$Id: user.dbk,v 1.227 2007-09-10 16:18:09 sshwarts Exp $
|
||||||
|
|
||||||
This is the top level file for the Bochs Users Manual.
|
This is the top level file for the Bochs Users Manual.
|
||||||
================================================================
|
================================================================
|
||||||
@ -34,16 +34,17 @@ This is the top level file for the Bochs Users Manual.
|
|||||||
<section id="whatisbochs"><title>What is Bochs?</title>
|
<section id="whatisbochs"><title>What is Bochs?</title>
|
||||||
<para>
|
<para>
|
||||||
Bochs is a program that simulates a complete Intel x86 computer. It
|
Bochs is a program that simulates a complete Intel x86 computer. It
|
||||||
can be configured to act like a <!--286,--> 386, 486, Pentium, Pentium Pro, or
|
can be configured to act like a <!--286,--> 386, 486, Pentium, Pentium II,
|
||||||
x86-64 CPU, including optional MMX, SSE/SSE2/SSE3 and 3DNow! instructions.
|
Pentium III, Pentium 4 or even like x86-64 CPU, including optional MMX, SSEx
|
||||||
|
and 3DNow! instructions.
|
||||||
Bochs interprets every instruction from power-up to reboot, and has
|
Bochs interprets every instruction from power-up to reboot, and has
|
||||||
device models for all of the standard PC peripherals: keyboard, mouse,
|
device models for all of the standard PC peripherals: keyboard, mouse,
|
||||||
VGA card/monitor, disks, timer chips, network card, etc. Because Bochs
|
VGA card/monitor, disks, timer chips, network card, etc. Because Bochs
|
||||||
simulates the whole PC environment, the software running in the simulation
|
simulates the whole PC environment, the software running in the simulation
|
||||||
"believes" it is running on a real machine. This approach allows Bochs
|
"believes" it is running on a real machine. This approach allows Bochs
|
||||||
to run a wide variety of software with no modification, include most popular
|
to run a wide variety of software with no modification, include most popular
|
||||||
x86 operating systems: Windows 95/98/NT/2000, all Linux flavors, all BSD flavors,
|
x86 operating systems: Windows 95/98/NT/2000/XP and Vista, all Linux flavors,
|
||||||
and more.
|
all BSD flavors, and more.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
@ -2196,7 +2197,7 @@ turn it off.
|
|||||||
<entry>no</entry>
|
<entry>no</entry>
|
||||||
<entry>
|
<entry>
|
||||||
Add support for SSE instructions, written by Stanislav Shwartsman.
|
Add support for SSE instructions, written by Stanislav Shwartsman.
|
||||||
Any of SSE/SSE2/SSE3 instruction sets are supported.
|
Any of SSE/SSE2/SSE3/SSE3E/SSE4.1 instruction sets are supported.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user