Displaying 3 results from an estimated 3 matches for "test_nx".
Did you mean:
test_ne
2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
.../src/xen-3.3.1/build-linux-2.6.27-xen_x86_64''
select-linux-arch: x86
make[4]: Entering directory
`/usr/src/xen-3.3.1/build-linux-2.6.27-xen_x86_64''
make -C /usr/src/linux-2.6.27-xen.hg
O=/usr/src/xen-3.3.1/build-linux-2.6.27-xen_x86_64/. modules_install
INSTALL arch/x86/kernel/test_nx.ko
INSTALL drivers/scsi/scsi_wait_scan.ko
DEPMOD 2.6.27.5-xen
make[4]: Leaving directory
`/usr/src/xen-3.3.1/build-linux-2.6.27-xen_x86_64''
make -C build-linux-2.6.27-xen_x86_64 ARCH=$(sh
buildconfigs/select-linux-arch linux-2.6.27-xen.hg)
INSTALL_PATH=/usr/src/xen-3.3.1/dist/insta...
2010 Aug 23
1
Removing VMI kernel support from 2.6.37
...=
--- linux-tip-master.orig/arch/x86/kernel/Makefile 2010-08-23 11:36:03.000000000 -0700
+++ linux-tip-master/arch/x86/kernel/Makefile 2010-08-23 11:40:03.000000000 -0700
@@ -91,7 +91,6 @@ obj-$(CONFIG_K8_NB) += k8.o
obj-$(CONFIG_DEBUG_RODATA_TEST) += test_rodata.o
obj-$(CONFIG_DEBUG_NX_TEST) += test_nx.o
-obj-$(CONFIG_VMI) += vmi_32.o vmiclock_32.o
obj-$(CONFIG_KVM_GUEST) += kvm.o
obj-$(CONFIG_KVM_CLOCK) += kvmclock.o
obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_$(BITS).o
Index: linux-tip-master/arch/x86/kernel/setup.c
==============================================================...
2010 Aug 23
1
Removing VMI kernel support from 2.6.37
...=
--- linux-tip-master.orig/arch/x86/kernel/Makefile 2010-08-23 11:36:03.000000000 -0700
+++ linux-tip-master/arch/x86/kernel/Makefile 2010-08-23 11:40:03.000000000 -0700
@@ -91,7 +91,6 @@ obj-$(CONFIG_K8_NB) += k8.o
obj-$(CONFIG_DEBUG_RODATA_TEST) += test_rodata.o
obj-$(CONFIG_DEBUG_NX_TEST) += test_nx.o
-obj-$(CONFIG_VMI) += vmi_32.o vmiclock_32.o
obj-$(CONFIG_KVM_GUEST) += kvm.o
obj-$(CONFIG_KVM_CLOCK) += kvmclock.o
obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_$(BITS).o
Index: linux-tip-master/arch/x86/kernel/setup.c
==============================================================...