search for: kbuild_imag

Displaying 4 results from an estimated 4 matches for "kbuild_imag".

Did you mean: kbuild_image
2006 Dec 18
1
[PATCH] Disable GCC stack protection in kernel builds
...:32.000000000 -0800 +@@ -533,6 +533,9 @@ + # disable pointer signedness warnings in gcc 4.0 + CFLAGS += $(call cc-option,-Wno-pointer-sign,) + ++# disable stack protection ++CFLAGS += $(call cc-option,-fno-stack-protector,) ++ + # Default kernel image to build when no specific target is given. + # KBUILD_IMAGE may be overruled on the commandline or + # set in the environment diff -r 469478194aef -r 18d9894cb786 patches/linux-2.6.16.33/series --- a/patches/linux-2.6.16.33/series Mon Dec 18 00:14:40 2006 +0000 +++ b/patches/linux-2.6.16.33/series Mon Dec 18 11:36:17 2006 -0800 @@ -8,6 +8,7 @@ device_bind....
2007 Apr 18
43
[RFC PATCH 00/35] 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
2007 Apr 18
43
[RFC PATCH 00/35] 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
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