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/
- A20 Gate enable sequence (setup.S) Robert Kaiser
- Re: A20 Gate enable sequence (setup.S) Alan Cox
- Re: A20 Gate enable sequence (setup.S) Robert Kaiser
- Re: A20 Gate enable sequence (setup.S) Albert Cranford
- Re: A20 Gate enable sequence (setup.S) Robert Kaiser
- Re: A20 Gate enable sequence (setup.S) Richard B. Johnson
- Re: A20 Gate enable sequence (setup.S) Tigran Aivazian
- Re: A20 Gate enable sequence (setup.S) Robert Kaiser
- Re: A20 Gate enable sequence (setup.S) Richard B. Johnson
- Multiple sound cards? David Lang
- Re: Multiple sound cards? Jeff Garzik
- Re: Multiple sound cards? David Lang
- Re: Multiple sound cards? Jeff Garzik
- Re: A20 Gate enable sequence (setup.S) davej
- Re: A20 Gate enable sequence (setup.S) Robert Kaiser