lkml.org 
[lkml]   [1998]   [Jun]   [14]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSun, 14 Jun 1998 17:18:38 +0200
FromPavel Machek <>
SubjectRe: Is there a patch for 2.1.106?
Hi!

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

I just would like to say that following works for me (tm), and it even
might be right thing: We only trash longword at 0:0 which is int0
handler. As int0 is divide by zero, this probably does not matter too
much.
								Pavel
> --- 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

-- 
The best software in life is free (not shareware)!		Pavel
GCM d? s-: !g p?:+ au- a--@ w+ v- C++@ UL+++ L++ N++ E++ W--- M- Y- R+

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

\
 
 \ /
  Last update: 2005-03-22 12:43    [from the cache]
©2003-2008