From c405d168622f5cb994ee490eb7e46fbbf4381e71 Mon Sep 17 00:00:00 2001 From: david <> Date: Wed, 26 Feb 2003 03:53:35 +0000 Subject: [PATCH] remove double word stuttering ok henning@ --- src/etc/etc.i386/INSTALL.chs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/etc.i386/INSTALL.chs b/src/etc/etc.i386/INSTALL.chs index e90cb5e4..e1495877 100644 --- a/src/etc/etc.i386/INSTALL.chs +++ b/src/etc/etc.i386/INSTALL.chs @@ -435,7 +435,7 @@ instead of multiply and divide operations is: A BIT SHIFTING EXAMPLE Lets apply this to our example above (L-CHS = 1000,10,50 and -P-CHS = 2000, 5, 50) and access the same sector at at L-CHS +P-CHS = 2000, 5, 50) and access the same sector at L-CHS 2,4,3. Pcylinder = 4 = ( 2 * 2 ) + ( 4 / 5 )