Hi,
Can some give a good assembly instruction reference for i386 architechture which can be used to follow the code in LinuxBIOS.
Thanks and Regards Deepak
Can some give a good assembly instruction reference for i386 architechture which can be used to follow the code in LinuxBIOS.
the the last 3 entries at this url:
http://www.intel.com/design/pentiumii/manuals/
Hi,
Thnaks. Would this one hold OK for VIA C3 processor with Intel chipset as well. Please let me know.
Regards Deepak ----- Original Message ----- From: "Adam Sulmicki" adam@cfar.umd.edu To: dkotian3@vsnl.net Cc: linuxbios@clustermatic.org Sent: Monday, April 21, 2003 7:59 PM Subject: Re: Assembly instruction reference for i386
Can some give a good assembly instruction reference for i386 architechture which can be used to follow the code in LinuxBIOS.
the the last 3 entries at this url:
http://www.intel.com/design/pentiumii/manuals/
-- Adam Sulmicki http://www.eax.com The Supreme Headquarters of the 32 bit registers
VIA C3 actually works with intel chipsets? Though It did work only with VIA Apollo CLE266
On Mon, 21 Apr 2003, Deepak Kotian wrote:
Hi,
Thnaks. Would this one hold OK for VIA C3 processor with Intel chipset as well. Please let me know.
Regards Deepak ----- Original Message ----- From: "Adam Sulmicki" adam@cfar.umd.edu To: dkotian3@vsnl.net Cc: linuxbios@clustermatic.org Sent: Monday, April 21, 2003 7:59 PM Subject: Re: Assembly instruction reference for i386
Can some give a good assembly instruction reference for i386 architechture which can be used to follow the code in LinuxBIOS.
the the last 3 entries at this url:
http://www.intel.com/design/pentiumii/manuals/
-- Adam Sulmicki http://www.eax.com The Supreme Headquarters of the 32 bit registers
Thanks, will the same site http://www.intel.com/design/pentiumii/manuals/ hold good for VIA C3 processor as well. Please let me know.
----- Original Message ----- From: "Adam Sulmicki" adam@cfar.umd.edu To: "Deepak Kotian" dkotian3@vsnl.net Cc: linuxbios@clustermatic.org Sent: Monday, April 21, 2003 10:51 PM Subject: Re: Assembly instruction reference for i386
VIA C3 actually works with intel chipsets? Though It did work only with VIA Apollo CLE266
On Mon, 21 Apr 2003, Deepak Kotian wrote:
Hi,
Thnaks. Would this one hold OK for VIA C3 processor with Intel chipset as well. Please let me know.
Regards Deepak ----- Original Message ----- From: "Adam Sulmicki" adam@cfar.umd.edu To: dkotian3@vsnl.net Cc: linuxbios@clustermatic.org Sent: Monday, April 21, 2003 7:59 PM Subject: Re: Assembly instruction reference for i386
Can some give a good assembly instruction reference for i386 architechture which can be used to follow the code in LinuxBIOS.
the the last 3 entries at this url:
http://www.intel.com/design/pentiumii/manuals/
-- Adam Sulmicki http://www.eax.com The Supreme Headquarters of the 32 bit registers
-- Adam Sulmicki http://www.eax.com The Supreme Headquarters of the 32 bit registers
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Would this one hold OK for VIA C3 processor
umm.. yeah, mostly. most non-intel x86 manufactuers assume you use this particular reference as primary reference with their own smaller reference to see how's it different from the "standard" cpu.
so get this three data scheets, then google for via c3 datascheet and use it as supplementary reference to the intel's manuals.
On Mon, 21 Apr 2003 dkotian3@vsnl.net wrote:
Can some give a good assembly instruction reference for i386 architechture which can be used to follow the code in LinuxBIOS.
just use google, there are tons of good manuals online.
ron