You are not logged in.

#1 2008-09-22 15:31:50

piotrk
Member
From: Raciążek/Poland
Registered: 2008-09-16
Posts: 52
Website

[solved]source of kernel

hello:)

where can I find the kernel source of my installed distribution(standard,deafault) kernel from Overlord?... where is the config file of kernel ?I can't find kernel-source in repositories,I want' to see the settings of my installed kernel smile

Last edited by piotrk (2008-09-24 18:00:09)

Offline

#2 2008-09-22 15:41:04

WhiteMagic
Member
Registered: 2007-03-01
Posts: 85

Re: [solved]source of kernel

The config file of the currently used kernel is located under /proc/config.gz. As for the sources I suppose you could take a look at the pkgbuild used to build the kernel.

Offline

#3 2008-09-22 15:43:56

j.roszk
Member
From: Poznan/Poland
Registered: 2008-05-22
Posts: 29
Website

Re: [solved]source of kernel

You can obtain build-specific files for each package in arch using abs (it's in [extra]) or get it directly from here. You can find more details in the wiki.

// PL
Przeczytaj dokładnie co to ABS (na wiki jest też wpis po polsku, choć zdecydowanie uboższy) i jak tego używać. Powodzenia smile

Last edited by j.roszk (2008-09-22 15:45:56)

Offline

#4 2008-09-23 19:40:56

piotrk
Member
From: Raciążek/Poland
Registered: 2008-09-16
Posts: 52
Website

Re: [solved]source of kernel

how to unpack /proc/config.gz ?
gunzip and ark didn't work smile

Offline

#5 2008-09-23 19:46:27

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: [solved]source of kernel

zcat /etc/config.gz > config

archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#6 2008-09-24 00:39:45

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: [solved]source of kernel

piotrk wrote:

how to unpack /proc/config.gz ?
gunzip and ark didn't work smile

only a personal preference, but I use lesspipe through less. Then you can redirect that output to a file if need be.

Offline

#7 2008-09-24 08:58:21

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: [solved]source of kernel

jacko wrote:
piotrk wrote:

how to unpack /proc/config.gz ?
gunzip and ark didn't work smile

only a personal preference, but I use lesspipe through less. Then you can redirect that output to a file if need be.

orrr

zless /proc/config.gz

Offline

#8 2008-09-24 11:08:25

Onwards
Member
From: Pakistan
Registered: 2007-04-18
Posts: 108

Re: [solved]source of kernel

iphitus wrote:

orrr

zless /proc/config.gz

Wow, great!!   It replaces "zcat  /proc/config.gz | less" combo.

Last edited by Onwards (2008-09-24 11:08:59)

Offline

#9 2008-09-24 17:59:34

piotrk
Member
From: Raciążek/Poland
Registered: 2008-09-16
Posts: 52
Website

Re: [solved]source of kernel

thanks smile zless and zcat it's working smile

Last edited by piotrk (2008-09-24 17:59:46)

Offline

Board footer

Powered by FluxBB