X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmisc%2Fbochs-2.2.6.README;h=1224dd7cef253aea90c8705ca7e580c852452442;hb=c51576b5aedc01da14c5f29527884f4bea49d544;hp=cd5bc96543b44b7155b8e10bd0f39a7d228b4aea;hpb=c756825357f433537caec55ac12cf0104be3a6f4;p=pintos-anon diff --git a/src/misc/bochs-2.2.6.README b/src/misc/bochs-2.2.6.README index cd5bc96..1224dd7 100644 --- a/src/misc/bochs-2.2.6.README +++ b/src/misc/bochs-2.2.6.README @@ -12,9 +12,26 @@ patches for this version of Bochs are included: 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.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.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.