Make kernel work for me

svn path=/nixpkgs/trunk/; revision=23855
This commit is contained in:
Evgeny Egorochkin 2010-09-18 16:20:06 +00:00
parent 8ec9590737
commit 5bc3007bf6
3 changed files with 4 additions and 4 deletions

View file

@ -155,7 +155,7 @@ let
BT_HCIUART_LL y
BT_RFCOMM_TTY y # RFCOMM TTY support
CPU_FREQ_DEBUG n
CRASH_DUMP n
DMAR? n # experimental
DVB_DYNAMIC_MINORS y # we use udev
FUSION y # Fusion MPT device support

View file

@ -4506,7 +4506,7 @@ let
kernelPatches.sec_perm_2_6_24
kernelPatches.aufs2_2_6_32
kernelPatches.cifs_timeout
kernelPatches.no_xsave
# kernelPatches.no_xsave
kernelPatches.dell_rfkill
];
};

View file

@ -16,11 +16,11 @@ rec {
PARAVIRT_GUEST y
KVM_CLOCK y
KVM_GUEST y
XEN y
#XEN y
KSM y
# We need 64 GB (PAE) support for Xen guest support.
HIGHMEM64G? y
#HIGHMEM64G? y
'';
};