diff --git a/bochs/build/linux/DOC-linux.html b/bochs/build/linux/DOC-linux.html index 8964e52bb..36614cea5 100755 --- a/bochs/build/linux/DOC-linux.html +++ b/bochs/build/linux/DOC-linux.html @@ -41,7 +41,7 @@ A.sidebar:hover {color: blue; text-decoration: underline}

-This file is an introduction to Bochs, written for Windows users. It assumes +This file is an introduction to Bochs, written for Linux users. It assumes that you have just downloaded a Bochs binary distribution, and now you want to see it work! @@ -64,7 +64,7 @@ see it work! - + Where is the most recent version? @@ -77,7 +77,7 @@ the bochs-developers or bochs-announce mailing lists, submit bug reports, view the source code, and much more.
- +
What files were installed? @@ -113,7 +113,7 @@ text form are shown as links.
- +
How can I try out Bochs in 10 minutes or less? @@ -198,7 +198,7 @@ never even heard of. In fact Bochs is used by many operating system developers to test out their software in a controlled environment without having to reboot their development machine.

- +
What tools are included in this package? @@ -233,11 +233,10 @@ have to edit the BROWSER variable in bochs-docs to make it work.
Bximage is a small program that helps to create empty floppy disk -and hard disk images. To use it, you should run bximage in an MSDOS window. -(You could also double-click on it, but then you won't be able to read the last -few lines of output before the window disappears.) Just CD to the directory -where you want the disk images to go, and run bximage. Bximage will ask you -some questions about what type of disk image you need, and then create one for +and hard disk images. To use it, you should run bximage in an xterm. +Just CD to the directory where you want the disk images to go, and run bximage. +Bximage will ask you some questions about what type of disk image you need, and +then create one for you.

Here is an example run of bximage, in which I made a 12-meg hard disk image called c.img. The default answer to a question is always printed in brackets. @@ -251,7 +250,7 @@ linux$ bximage ======================================================================== bximage Disk Image Creation Tool for Bochs - $Id: DOC-linux.html,v 1.2 2001-06-03 04:54:01 bdenney Exp $ + $Id: DOC-linux.html,v 1.3 2001-06-03 20:55:28 bdenney Exp $ ======================================================================== Do you want to create a floppy disk image or a hard disk image? @@ -286,7 +285,7 @@ if you already have a diskc line, but be careful not to have both diskd and cdromd--these options cannot be used together.

- +
Where can I learn more?