Messages in this thread |  | | Date | Fri, 13 Oct 2000 17:37:32 +0100 (BST) | From | Tigran Aivazian <> | Subject | Re: 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/
|  |