- integrate Dave's I/O interface to debugger into the docs

This commit is contained in:
Bryce Denney 2001-09-15 03:06:05 +00:00
parent 6f3a573839
commit 53d5997913
2 changed files with 11 additions and 3 deletions

View File

@ -25,6 +25,7 @@
<br><A HREF="changelog.html">Versions (changelog)</A>
<br><A HREF="debugger.html">Bochs debugger</A>
<br><A HREF="cosimulation.html">Cosimulation</A>
<br><A HREF="iodebug.html">I/O Interface to Bochs Debugger</A>
<br><A HREF="features.html">On the drawing board</A>
<br><A HREF="smp-simulation.html">Multiprocessor Simulation</A>
<br><A HREF="cosimulation.html">Cosimulation</A>

View File

@ -1,7 +1,14 @@
<html>
<body bgcolor="white" text="black" link="blue" alink="darkgray" vlink="darkgray">
<big><b><center>I/O Interface to bochs debugger</center></b></big>
<HTML>
<HEAD>
<TITLE>I/O Interface to Bochs Debugger</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ececec" LINK="#3333cc" VLINK="#666666">
<CENTER><H1>I/O Interface to Bochs Debugger</H1></CENTER>
This device was added by Dave Poirier (eks@void-core.2y.net).
<p>
<b>Compiling bochs with support</b>