search for: early_prin

Displaying 6 results from an estimated 6 matches for "early_prin".

2007 Apr 18
1
[PATCH 0/10] lguest
This patch series is against 2.6.20; some things are in flux, so there might be issues as other things flow into the latest -git tree. >From the documentation: Lguest is designed to be a minimal hypervisor for the Linux kernel, for Linux developers and users to experiment with virtualization with the minimum of complexity. Nonetheless, it should have sufficient features to make it useful for
2007 Apr 18
1
[PATCH 0/10] lguest
This patch series is against 2.6.20; some things are in flux, so there might be issues as other things flow into the latest -git tree. >From the documentation: Lguest is designed to be a minimal hypervisor for the Linux kernel, for Linux developers and users to experiment with virtualization with the minimum of complexity. Nonetheless, it should have sufficient features to make it useful for
2007 Apr 18
0
[PATCH 4/5] Vmi.patch
...nd Xen by connecting to a ROM module + provided by the hypervisor. config ACPI_SRAT bool diff -r d8711b11c1eb arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Tue Dec 12 13:51:06 2006 -0800 +++ b/arch/i386/kernel/Makefile Tue Dec 12 13:51:13 2006 -0800 @@ -39,6 +39,8 @@ obj-$(CONFIG_EARLY_PRINTK) += early_prin obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o + +obj-$(CONFIG_VMI) += vmi.o # Make sure this is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r d8711b11c1eb...
2007 Apr 18
0
[PATCH 4/5] Vmi.patch
...nd Xen by connecting to a ROM module + provided by the hypervisor. config ACPI_SRAT bool diff -r d8711b11c1eb arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Tue Dec 12 13:51:06 2006 -0800 +++ b/arch/i386/kernel/Makefile Tue Dec 12 13:51:13 2006 -0800 @@ -39,6 +39,8 @@ obj-$(CONFIG_EARLY_PRINTK) += early_prin obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o + +obj-$(CONFIG_VMI) += vmi.o # Make sure this is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r d8711b11c1eb...
2007 Apr 18
0
[PATCH 5/6] VMI backend for paravirt-ops
...nd Xen by connecting to a ROM module + provided by the hypervisor. config ACPI_SRAT bool diff -r d8711b11c1eb arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Tue Dec 12 13:51:06 2006 -0800 +++ b/arch/i386/kernel/Makefile Tue Dec 12 13:51:13 2006 -0800 @@ -39,6 +39,8 @@ obj-$(CONFIG_EARLY_PRINTK) += early_prin obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o + +obj-$(CONFIG_VMI) += vmi.o # Make sure this is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r d8711b11c1eb...
2007 Apr 18
0
[PATCH 5/6] VMI backend for paravirt-ops
...nd Xen by connecting to a ROM module + provided by the hypervisor. config ACPI_SRAT bool diff -r d8711b11c1eb arch/i386/kernel/Makefile --- a/arch/i386/kernel/Makefile Tue Dec 12 13:51:06 2006 -0800 +++ b/arch/i386/kernel/Makefile Tue Dec 12 13:51:13 2006 -0800 @@ -39,6 +39,8 @@ obj-$(CONFIG_EARLY_PRINTK) += early_prin obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_K8_NB) += k8.o + +obj-$(CONFIG_VMI) += vmi.o # Make sure this is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r d8711b11c1eb...