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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to