Package Details: linux-ck-headers 6.8.9-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: Headers and scripts for building modules for Linux-ck kernel
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 460
Popularity: 0.65
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-05-08 19:04 (UTC)

Latest Comments

« First ‹ Previous 1 .. 298 299 300 301 302 303 304 305 Next › Last »

graysky commented on 2011-08-18 11:08 (UTC)

Update to linux-ck-3.0.3-2 What's different? See lines 173 and 196. Added the following into the make step for bzImage modules modules_install: KCFLAGS="-march=native -O2 -pipe" KCPPFLAGS="-march=native -O2 -pipe" It is my understanding that this will impart CPU-specific optimization in the kernel.

graysky commented on 2011-08-18 02:09 (UTC)

Update to linux-ck-3.0.3-1

graysky commented on 2011-08-17 07:01 (UTC)

Looks like they're <24 h away from a 3.0.3 - http://lwn.net/Articles/455136/

graysky commented on 2011-08-16 20:37 (UTC)

@jakob - thanks, fixed @cecilyen - is it? It's working for me.

jakob commented on 2011-08-16 10:28 (UTC)

Here’s one thing which confused me in the PKGBUILD: line 31 should probably read “## LOCALYESCONFIG OPTION” instead of “##LOCALMODCONFIG OPTION” Best, Jakob

<deleted-account> commented on 2011-08-16 03:03 (UTC)

repo seems down for now?

maggie commented on 2011-08-16 00:06 (UTC)

Works great! Thanx!

<deleted-account> commented on 2011-08-15 05:24 (UTC)

Thank you. This kernel works fine!

<deleted-account> commented on 2011-08-13 13:42 (UTC)

@graysky: Default build options. But I just tried again then with the -3 build and the only thing different with build options was setting _makenconfig to true so I could manually set the scheduler to no-op and get rid of the laptop device drivers, and it compiled fine this time :) so all good now.

graysky commented on 2011-08-13 10:53 (UTC)

Forgot to enable the Arch boot logo in the -2 build. The purpose of the -3 build is to have this enabled. This is the only change (trivial I know but I am somewhat OCD). AUR USERS DO NOT NEED TO REBUILD! I only bumped to -3 for consistency between the AUR and the repo.