lkml.org 
[lkml]   [2000]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: A20 Gate enable sequence (setup.S)
On Fri, 13 Oct 2000, Robert Kaiser wrote:
> +
> +# enable the "fast" A20 gate
> +
> + in al,#0x92
> + or al,#2
> + and al,#0xfe
> + out #0x92,al
> +

this is not a valid AT&T assembler but looks like some ancient Intel
syntax. Linux kernel is written using AT&T syntax (thanks to Chris Noe who
did the translation). Please rewrite it and re-submit for everyone to
test, e.g. in should be inb, the arguments are in the wrong order etc etc.

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:41    [W:0.038 / U:0.824 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site