Package Details: linux-zen-git-headers 6.6.10+1219797+g0c2d40dc6a85-1

Git Clone URL: https://aur.archlinux.org/linux-zen-git.git (read-only, click to copy)
Package Base: linux-zen-git
Description: Featureful kernel including various new features, code and optimizations to better suit desktops
Upstream URL: https://github.com/damentz/zen-kernel
Licenses: GPL2
Conflicts: linux-zen
Provides: linux-zen
Submitter: ilikenwf
Maintainer: ilikenwf
Last Packager: ilikenwf
Votes: 28
Popularity: 0.000553
First Submitted: 2015-08-10 23:27 (UTC)
Last Updated: 2024-01-24 05:24 (UTC)

Dependencies (1)

Required by (4)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 24 Next › Last »

Best commented on 2018-03-29 22:43 (UTC) (edited on 2018-03-29 22:47 (UTC) by Best)

msg2 "Installing files necessary for 3rd party modules such as NVIDIA drivers or OSSv4..."

mkdir -p "${pkgdir}/usr/src/linux-$_kernver/"{arch/x86,include,tools/objtool}

install -D -m755 "${srcdir}/build/tools/objtool/objtool" "${pkgdir}/usr/src/linux-$_kernver/tools/objtool/objtool"

edit fixes it btw

Best commented on 2018-03-29 22:03 (UTC)

I looked into it a bit, and it's because tools/objtool/objtool is not copied with the header files.

Best commented on 2018-03-29 08:05 (UTC)

From 4.15.10 or so there is something wrong with the header files. I can not build any modules. Get *** No rule to make target etc..

Best commented on 2017-12-30 00:09 (UTC)

Does not seem to build properly from 4.14.9. Think it has something to do with the new setting CONFIG_UNWINDER_ORC. I get lots of "warning: objtool: etc..." Hope you can look into it:)

NogradThGin commented on 2017-10-29 02:29 (UTC) (edited on 2017-10-29 02:35 (UTC) by NogradThGin)

Hello, I've a problem when booting the newly compiled kernel. I always do a custom config kernel so I took 3 day to test if the problem was not related to my kernel config. Sadly no... Every time I try to boot a kernel compiled with -03 GCC Flag I always end being stuck on "Loading initial ramdisk..." with no input working. (I also tested by patching ${srcdir}/Makefile & ${srcdir}/init/Kbuild to modify -O3 to -Ofast (I know -Ofast is -O3 with -ffast-math and other) but both no success. Exact same config but compiled with -O2 work well. My mkinitcpio.conf is using "cat" option (uncompressed ramdisk). Options: Export Mode, Intel CPU support disabled (AMD CPU & GPU), MuQSS enabled, Zen Interactive, 1k Hz, No IO delay, vsyscall native, Virtualization disabled,LZO compression, Extra-minimal Debug (95% disabled). Compiled with GCC 8 (git version Non-multilib) The kernel work like a charm but because I'm a huge fan of micro optimization I would like to compile it with -O3 and maybe -Ofast if possible. (systemd-analyze : 3.545s)

ilikenwf commented on 2017-10-22 02:32 (UTC)

Thanks, for what it's worth, though, the Zen team in IRC should get your praise, I just maintain the PKGBUILD. damentz and heftig, co maintainers, are a couple of the Zen/Liquorix devs though, too.

spinvis commented on 2017-10-20 15:06 (UTC)

Just popping in to say thanks for the great work, loving it so far. Using the linux-lqx config with a couple of tweaks and it's been running very smooth.

mufeed2000 commented on 2017-04-12 04:51 (UTC)

I get this error after compile: "Failed to load module dm_crypt" in mkinitcpio. I don't use LVM or LuKS. So, will this effect me??