>>> Hint: Windows98 is Windows95 with the '5' replaced with an '8'.
>> It should be only a minor correction - just adding a 2^1 bit to
>> get Win97, but due a litte mathematical problem they realy inverted
>> the lower nibble before inverting the 2^1 .... :)
> Am I missing something?
Ya
> 95 = 1011111
> 98 = 1100010
95 = 00111001 00110101 (ASCII) or 10010101 (BCD)
98 = 00111001 00111000 (ASCII)or 10011000 (BCD)
Or do you realy belive they have changed any code beside this byte ?
>> The rest is history:)
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
Received on Fri Jul 03 1998 - 07:13:19 BST