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
|
||||
$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.
|
||||
================================================================
|
||||
@ -34,16 +34,17 @@ This is the top level file for the Bochs Users Manual.
|
||||
<section id="whatisbochs"><title>What is Bochs?</title>
|
||||
<para>
|
||||
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
|
||||
x86-64 CPU, including optional MMX, SSE/SSE2/SSE3 and 3DNow! instructions.
|
||||
can be configured to act like a <!--286,--> 386, 486, Pentium, Pentium II,
|
||||
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
|
||||
device models for all of the standard PC peripherals: keyboard, mouse,
|
||||
VGA card/monitor, disks, timer chips, network card, etc. Because Bochs
|
||||
simulates the whole PC environment, the software running in the simulation
|
||||
"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
|
||||
x86 operating systems: Windows 95/98/NT/2000, all Linux flavors, all BSD flavors,
|
||||
and more.
|
||||
x86 operating systems: Windows 95/98/NT/2000/XP and Vista, all Linux flavors,
|
||||
all BSD flavors, and more.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -2196,7 +2197,7 @@ turn it off.
|
||||
<entry>no</entry>
|
||||
<entry>
|
||||
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>
|
||||
</row>
|
||||
<row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user