- this is the outline that Michael and Bryce passed back and forth when

Michael was first making the docbook skeleton.
This commit is contained in:
Bryce Denney 2001-09-11 12:56:07 +00:00
parent 14e138214d
commit 376f509cd5
1 changed files with 160 additions and 0 deletions

View File

@ -0,0 +1,160 @@
--- Bryce Denney <bryce@tlw.com> wrote:
> Hi Michael,
>
> I added some flesh to the skeleton. I tried to keep things in approximately
> the order that brand new user might need the information. It goes through
> the process of:
>
> 1. Is this thing worth looking at?
> 2. Ok, but will I be able to do X,Y,Z?
> 3. Fine, I'll download it. What should I download
> and how do you install?
> 4. Let's see something work soon, right now, or I'm
> going to erase the
> whole thing. (Dlxlinux)
> 5. Now how do you change the settings, try a
> different disk image, make a
> disk, etc. Who do I ask for help?
>
> If they get to #5, they are a bochs user. And
> eventually...
>
> 6. Hey, I added USB support to talk to my scanner,
> anybody want to try it?
>
>
Here's the outline that the docbooks are organized by, basically.
Title Pages
Contents
Bochs Users Guide
What is Bochs?
portable x86 emulator, etc.
Licensing
Why do people use Bochs anyway?
run more than one operating system without rebooting
OS developers use Bochs to system software without endangering
their development machine or rebooting.
students use Bochs to learn about how PC hardware works
hardware designers use bochs to help test new hardware
FAQ
Installation
How to get it
pointer to SF web site
most stable version: latest release. binaries and source available
latest version
by using CVS software
by downloading CVS snapshot
Installing a Binary
For Windows, unzip into some directory. Look for DOC-win32.html
for more instructions. Quick start: find dlxlinux/start.bat and
double click
For Unix, rpm -i bochs-<VERSION>.rpm.
Look for /usr/local/bochs/latest/DOC-linux.html, man pages for
bochs. Quick start: run bochs-dlx (in /usr/local/bin)
Compiling from source
Unix
Run configure to make the Makefiles
List of configure arguments
Option of using .conf.* scripts
What to report if configure fails: Tar up config.* and send to
bochs-testing@tlw.com
Make
What to try if make fails: turn off configure options,
look at SF bugs and patches section to see if it's a known
problem, try to fix it yourself, if using CVS version try
a release source file instead, fix it yourself
Make install, what it installs and where
/usr/local/bochs/$VERSION/*
/usr/local/bin/bochs (and bximage)
/usr/man/man1/bochs*.1 (and bximage.1)
make install_dlx option
How to build an RPM in Linux
Instructions for win32 VC++
Getting the makefiles
Download them from web site in a zip, install them on top
of the source directory
Run configure on a unix box, copy the Makefiles and config.h
to your windows machine
RUN CONFIGURE IN BOCHS! This would be awesome.
Cygwin?
Building it with NMAKE
Installation? Maybe download an existing windows binary package
and drop in your new binary. There is no make install, though
this may be added some day.
Instructions for cygwin?
I have no idea.
Setup
What does Bochs need?
bochsrc, BIOS, VGABIOS, VGA font, disk images.
table of bochsrc options and what they do
BIOS/VGABIOS, what do they do?
VGA font, how to install it
disk images
where to find one pre-made
make a blank one with bximage
grab one from a real hard disk
Using Bochs
Resources for users
bochs-developers mailing list, archive
testing status page: tells what has been tried and who got it working
SourceForge
look for bug reports
how to report problems, make feature requests
Common problems and what to do about them
What's a panic? How to report it to bug tracker, how to make
it non-fatal.
Mouse behavior, enabling and disabling
Keyboard mapping problems
[...]
Tips and Techniques
Mount disk image in loopback
Using two hard disks
[...]
Guest operating systems
Notes for different OSes
Linux
What disk images are available.
Installing from scratch.
What works
Known problems
OpenBSD
FreeBSD
FreeDOS
DOS
Windows *
[...]
Bochs Developers Guide
Resources for developers
All the resources for users
CVS
how to browse on web interface
anonymous CVS (read only)
write access CVS (must be officially a developer)
how to make a patch using CVS
SourceForge bug, feature, and patch trackers
About the code
cpu directory does this, iodev does that, gui does that
configure script, makefiles, header files
log functions: what is a panic, what is an error, etc.
objects that do all the work (cpu, mem)
timers
Debugger
compile with debugger support
get started in debugger
command reference
techniques
Coding
coding conventions
patches: how to make, where to submit, what
happens then?
life cycle of a CVS release
Documentation
Layout
Docbook Basics
Conventions
Rendering
Glossary
Index