Add installation chapter to manual. Remove now-redundant files from
[pintos-anon] / src / misc / bochs-2.2.6.README
diff --git a/src/misc/bochs-2.2.6.README b/src/misc/bochs-2.2.6.README
deleted file mode 100644 (file)
index 301a39c..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-This version of Pintos is designed for use with Bochs 2.2.6.  A few
-patches for this version of Bochs are included:
-
-    bochs-2.2.6-big-endian.patch
-
-       Makes the gdb stubs work on big-endian systems such as
-       Solaris/Sparc, by doing proper byteswapping.  It should be
-       harmless elsewhere.
-
-    bochs-2.2.6-jitter.patch
-
-       Adds the `jitter' feature described in the project documentation,
-       in which timer interrupts are delivered at random intervals.
-
-    bochs-2.2.6-triple-fault.patch
-
-       Causes Bochs to break to GDB when a triple fault occurs and
-       the GDB stub is active.
-
-    bochs-2.2.6-ms-extensions.patch
-
-        Needed for Bochs to compile with GCC on some hosts.  Probably
-        harmless elsewhere.
-
-    bochs-2.2.6-solaris-tty.patch
-
-        Needed for Bochs to compile in terminal support on Solaris
-       hosts.  Probably harmless elsewhere.
-
-    bochs-2.2.6-solaris-link.patch
-
-        Needed on Solaris hosts.  Do not apply it elsewhere.
-
-To apply all the patches, cd into the Bochs directory, then type
-       patch -p1 < $PINTOSDIR/src/misc/bochs-2.2.6-big-endian.patch
-       patch -p1 < $PINTOSDIR/src/misc/bochs-2.2.6-jitter.patch
-       patch -p1 < $PINTOSDIR/src/misc/bochs-2.2.6-triple-fault.patch
-       patch -p1 < $PINTOSDIR/src/misc/bochs-2.2.6-ms-extensions.patch
-       patch -p1 < $PINTOSDIR/src/misc/bochs-2.2.6-solaris-tty.patch
-       patch -p1 < $PINTOSDIR/src/misc/bochs-2.2.6-solaris-link.patch
-You will have to supply the proper $PINTOSDIR, of course.  You can use
-patch's --dry-run option if you want to test whether the patches would
-apply cleanly before trying to apply them.
-
-Sample commands to build and install Bochs for Pintos are supplied in
-bochs-2.2.6-build.sh.