X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fmisc%2Fbochs-2.2.6.README;h=301a39c6961504d47739c5d8631a05dfea29c341;hp=1224dd7cef253aea90c8705ca7e580c852452442;hb=aeed0081c47374eab414d73e03ed2eab4723ac9f;hpb=7b3a3ff8d426996903c81ca4fa55a3e41f3ec12d diff --git a/src/misc/bochs-2.2.6.README b/src/misc/bochs-2.2.6.README index 1224dd7..301a39c 100644 --- a/src/misc/bochs-2.2.6.README +++ b/src/misc/bochs-2.2.6.README @@ -22,7 +22,12 @@ patches for this version of Bochs are included: Needed for Bochs to compile with GCC on some hosts. Probably harmless elsewhere. - bochs-2.2.6-solaris.patch + 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. @@ -31,7 +36,8 @@ To apply all the patches, cd into the Bochs directory, then type 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 + 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.