Re: A20 Gate enable sequence (setup.S)

From: Tigran Aivazian (tigran@veritas.com)
Date: Fri Oct 13 2000 - 11:37:32 EST


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/



This archive was generated by hypermail 2b29 : Sun Oct 15 2000 - 21:00:25 EST