Re: Is there a patch for 2.1.106?

Shaw Carruthers (shaw@shawc.demon.co.uk)
Sun, 14 Jun 1998 12:06:14 +0100 (GMT+0100)


On Sun, 14 Jun 1998, Yaroslav Rosomakho wrote:

> Hello! Can someone give a patch that solves CRC error?
> Yaroslav Rosomakho.
>
>

--- linux/arch/i386/boot/setup.S~ Sun Jun 14 10:12:09 1998
+++ linux/arch/i386/boot/setup.S Sun Jun 14 11:41:54 1998
@@ -542,9 +542,9 @@
mov es,ax
a20_wait:
inc ax
- mov [0x7c00],ax ! any unused memory location < 64K
+ mov [0x00],ax ! any unused memory location < 64K
seg es
- cmp ax,[0x7c10] ! corresponding HMA address
+ cmp ax,[0x10] ! corresponding HMA address
je a20_wait ! loop until no longer aliased
pop es
pop ds

--
Shaw Carruthers - shaw@shawc.demon.co.uk
London SW14 7JW UK
This is not a sig( with homage to Magritte).
  

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu