Displaying 4 results from an estimated 4 matches for "m586".
Did you mean:
586
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...nel that can run on
@@ -47,6 +48,7 @@ config M386
config M486
bool "486"
+ depends on !X86_VMI
help
Select this for a 486 series processor, either Intel or one of the
compatible processors from AMD, Cyrix, IBM, or Intel. Includes DX,
@@ -55,6 +57,7 @@ config M486
config M586
bool "586/K5/5x86/6x86/6x86MX"
+ depends on !X86_VMI
help
Select this for an 586 or 686 series processor such as the AMD K5,
the Cyrix 5x86, 6x86 and 6x86MX. This choice does not
@@ -62,12 +65,14 @@ config M586
config M586TSC
bool "Pentium-Classic"
+ depends on...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...nel that can run on
@@ -47,6 +48,7 @@ config M386
config M486
bool "486"
+ depends on !X86_VMI
help
Select this for a 486 series processor, either Intel or one of the
compatible processors from AMD, Cyrix, IBM, or Intel. Includes DX,
@@ -55,6 +57,7 @@ config M486
config M586
bool "586/K5/5x86/6x86/6x86MX"
+ depends on !X86_VMI
help
Select this for an 586 or 686 series processor such as the AMD K5,
the Cyrix 5x86, 6x86 and 6x86MX. This choice does not
@@ -62,12 +65,14 @@ config M586
config M586TSC
bool "Pentium-Classic"
+ depends on...
2005 Jan 07
0
[PATCH] linux-2.6.10-bk9
.../arch/xen/i386/Kconfig.bk9 2005-01-06 23:06:54.951408156 -0500
+++ linux-2.6.10/arch/xen/i386/Kconfig 2005-01-06 23:07:28.100022898 -0500
@@ -253,6 +253,10 @@
depends on !M386
default y
+config GENERIC_CALIBRATE_DELAY
+ bool
+ default y
+
config X86_PPRO_FENCE
bool
depends on M686 || M586MMX || M586TSC || M586 || M486 || M386
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfs...
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths