- add note that you need segchecks patch too

This commit is contained in:
Bryce Denney 2002-08-30 13:52:02 +00:00
parent d2366e1009
commit a8827a60bf
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ variants of: INSW, OUTSW, MOVSB, MOVSW, STOSB.
These diffs rely slightly on the previous segment
type access check redundancy elimination diffs I
set a couple days ago, so you need those first.
[ YOU MUST USE patch.seg-checks TOO OR THIS WON'T EVEN COMPILE. -bbd]
-Kevin
@ -44,7 +45,7 @@ area, since I needed to read it.
Patch was created with:
cvs diff -u
Apply patch to what version:
current cvs
current cvs WITH patch.seg-checks applied
Instructions:
To patch, go to main bochs directory.
Type "patch -p0 < THIS_PATCH_FILE".