All of lore.kernel.org
 help / color / mirror / Atom feed
* compiling kernel
@ 1999-01-18 19:31 Matthias Kleinschmidt
  1999-01-18 19:59 ` Alex deVries
  0 siblings, 1 reply; 18+ messages in thread
From: Matthias Kleinschmidt @ 1999-01-18 19:31 UTC (permalink / raw)
  To: SGI/Linux mailing list

[-- Attachment #1: Type: text/plain, Size: 2998 bytes --]

Hi,

I try to compile my own kernel for my Indy.
I got the sources from cvs yesterday and made 

 make config
 make dep
 make clean
 make vmlinux

It compiles fine but it will not boot. I get the following message:

>> boot vmlinux                                                                                                                       
115360+19600+3136+334528+42744d+4248+6368 entry: 0x89fa8840                                                                           
                                                                                                                                      
Exception: <vector=UTLB Miss>                                                                                                         
Status register: 0x30004803<CU1,CU0,IM7,IM4,IPL=???,MODE=KERNEL,EXL,IE>                                                               
Cause register: 0x8008<CE=0,IP8,EXC=RMISS>                                                                                            
Exception PC: 0x8810fa1c, Exception RA: 0x8800260c                                                                                    
exception, bad address: 0x7                                                                                                           
Local I/O interrupt register 1: 0x80 <VR/GIO2>                                                                                        
  Saved user regs in hex (&gpda 0xa8740e48, &_regs 0xa8741048):                                                                       
  arg: 7 89fff938 89fffc40 880025dc                                                                                                   
  tmp: 8816010c 8816010c 10 881189c8 14 89fad9e0 0 48                                                                                 
  sve: 89fdf3e8 89fffc40 89fb2720 89fff938 a8747420 9fc56394 0 9fc56394                                                               
  t8 48 t9 89fffe54 at 1 v0 0 v1 89fff890 k1 bad11bad                                                                                 
  gp 881bc4a0 fp 9fc4be88 sp 89fff890 ra 8800260c                                                                                     
                                                                                                                                      
PANIC: Unexpected exception                                                                                                           

I used the Indy running Linux 2.1.121 from ftp.linux.sgi.com/pub/test
and egcs-1.0.2 from hardhat and also my i586 with the crosscompiler
from ftp.linux.sgi.com with the same results.
The vmlinux-indy-2.1.121.tar.gz boots fine.

What am I doing wrong?

Regards
 Matthias

-- 
Matthias Kleinschmidt
Cedar Dell 568B, Box 5398
UMass Dartmouth
285 Old Westport Rd.
North Dartmouth, MA 02747
email: matthias@fmc-container.mach.uni-karlsruhe.de

[-- Attachment #2: Type: application/pgp-signature, Size: 290 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  1999-01-18 19:31 compiling kernel Matthias Kleinschmidt
@ 1999-01-18 19:59 ` Alex deVries
  1999-01-18 20:12   ` Mike Shaver
  1999-01-19  6:32   ` Matthias Kleinschmidt
  0 siblings, 2 replies; 18+ messages in thread
From: Alex deVries @ 1999-01-18 19:59 UTC (permalink / raw)
  To: Matthias Kleinschmidt; +Cc: SGI/Linux mailing list


On Mon, 18 Jan 1999, Matthias Kleinschmidt wrote:
> It compiles fine but it will not boot. I get the following message:
> >> boot vmlinux                                                                                                                       
> 115360+19600+3136+334528+42744d+4248+6368 entry: 0x89fa8840                                                                           
>                                                                                                                                       
> Exception: <vector=UTLB Miss>                                                                                                         

This is usually because you didn't remove the "-N" in arch/mips/Makefile
or similiar. It's in the FAQ, but I keep forgetting that myself.

My problem is when I build the kernel, I get nothing at all.  I get the
first line, something like:

115360+19600+3136+334528+42744d+4248+6368 entry: 0x89fa8840                                                                           

then a blank line, then a total hang, mouse and keybaord included.

- Alex

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  1999-01-18 19:59 ` Alex deVries
@ 1999-01-18 20:12   ` Mike Shaver
  1999-01-19  6:32   ` Matthias Kleinschmidt
  1 sibling, 0 replies; 18+ messages in thread
From: Mike Shaver @ 1999-01-18 20:12 UTC (permalink / raw)
  To: Alex deVries; +Cc: linux

Alex deVries wrote:
> This is usually because you didn't remove the "-N" in arch/mips/Makefile
> or similiar. It's in the FAQ, but I keep forgetting that myself.

So can we detect the bad versions of binutils and automatically set the
LDFLAGS correctly?  I'm tired of forgetting. =)

Mike

-- 
89428.19 72624.98

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  1999-01-18 19:59 ` Alex deVries
  1999-01-18 20:12   ` Mike Shaver
@ 1999-01-19  6:32   ` Matthias Kleinschmidt
  1 sibling, 0 replies; 18+ messages in thread
From: Matthias Kleinschmidt @ 1999-01-19  6:32 UTC (permalink / raw)
  To: SGI/Linux mailing list

[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

Hi,

On Mon, Jan 18, 1999 at 02:59:01PM -0500, Alex deVries wrote:
> This is usually because you didn't remove the "-N" in arch/mips/Makefile
> or similiar. It's in the FAQ, but I keep forgetting that myself.

Thank you. That helped. I read about this a few weeks ago but since I was
far away from compiling a kernel back then I did not remember it.

> My problem is when I build the kernel, I get nothing at all.  I get the
> first line, something like:
> 
> 115360+19600+3136+334528+42744d+4248+6368 entry: 0x89fa8840                                                                           
> 
> then a blank line, then a total hang, mouse and keybaord included.

Looks like the console output is going to a serial line. Can you connect
over the network.
I do not have a keyboard, mouse and monitor. I get the console output to
the serial line.
Right now I get the output to my terminal but I can't get a login prompt.
However I can connect over the network.

Regards
 Matthias
 
-- 
Matthias Kleinschmidt
Cedar Dell 568B, Box 5398
UMass Dartmouth
285 Old Westport Rd.
North Dartmouth, MA 02747
email: matthias@fmc-container.mach.uni-karlsruhe.de

[-- Attachment #2: Type: application/pgp-signature, Size: 290 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Compiling kernel
@ 2001-05-02 12:30 alad
  2001-05-02 13:12 ` Anton Altaparmakov
  2001-05-03  0:52 ` jlnance
  0 siblings, 2 replies; 18+ messages in thread
From: alad @ 2001-05-02 12:30 UTC (permalink / raw)
  To: linux-kernel



Hi,
     The question may sound very stupid... But I have following doubt.

suppose I am making some change in sched.c and now I want to build my kernel
that reflects the change..
Is there any way I can avoid answering all the questions when I do make zImage ?

In short how should I compile the kernel (in very small time) to see my changes.

Thanks (for not flaming me)
Amol



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Compiling kernel
  2001-05-02 12:30 Compiling kernel alad
@ 2001-05-02 13:12 ` Anton Altaparmakov
  2001-05-03  0:52 ` jlnance
  1 sibling, 0 replies; 18+ messages in thread
From: Anton Altaparmakov @ 2001-05-02 13:12 UTC (permalink / raw)
  To: alad; +Cc: linux-kernel

On Wed, 2 May 2001 alad@hss.hns.com wrote:
>      The question may sound very stupid... But I have following doubt.
> 
> suppose I am making some change in sched.c and now I want to build my kernel
> that reflects the change..
> Is there any way I can avoid answering all the questions when I do make zImage ?
> 
> In short how should I compile the kernel (in very small time) to see my changes.

Assuming you have already configured your kernel and previously compiled
it then no questions should be asked. - The way I work is to do make
bzImage, try it, modify. make bzImage, try, etc... No questions asked.

If you did an accidental make mrproper or make clean in between then make
a copy of you old .config (I keep mine in /usr/src/my2.4.4config for
example so I would do from /usr/src/linux: cp ../my2.4.4config .config)
then run make oldconfig

followed by make dep && make bzImage

In future don't do a make mrproper or clean for that matter. All modified
files are automatically recompiled while non-modified ones are taken from
old compile. - This saves incredible amounts of time when using a Pentium
133 for development...

> Thanks (for not flaming me)

You are welcome. (-:

HTH,

	Anton
-- 
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Linux NTFS maintainer / WWW: http://sourceforge.net/projects/linux-ntfs/
ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Compiling kernel
  2001-05-02 12:30 Compiling kernel alad
  2001-05-02 13:12 ` Anton Altaparmakov
@ 2001-05-03  0:52 ` jlnance
  1 sibling, 0 replies; 18+ messages in thread
From: jlnance @ 2001-05-03  0:52 UTC (permalink / raw)
  To: linux-kernel

On Wed, May 02, 2001 at 06:00:00PM +0530, alad@hss.hns.com wrote:

> suppose I am making some change in sched.c and now I want to build my kernel
> that reflects the change..
> Is there any way I can avoid answering all the questions when I do make zImage ?
> 
> In short how should I compile the kernel (in very small time) to see my changes.

It sounds like you are running "make config" after you make your changes.
If you run "make oldconfig" instead of "make config" it will not ask you
questions unless you have added config options to the configure scripts.

Its probably not necessary to run either on of these if you have just made
minor changes to the code.  It does not hurt to do it though, and 
"make oldconfig" is fast.

Hope this helps,

Jim

^ permalink raw reply	[flat|nested] 18+ messages in thread

* compiling kernel
@ 2003-10-06 12:52 Miguel González Castaños
  2003-10-06 15:49 ` terry white
  0 siblings, 1 reply; 18+ messages in thread
From: Miguel González Castaños @ 2003-10-06 12:52 UTC (permalink / raw)
  To: linux-admin

dear all,

 I have a 3com NIC card configured under RedHat 7.3.  The default kernel
recognizes perfectly the NIC card using the 3c515 driver.

 I am trying to compile the kernel 2.4.22 and it doesnt work. I have
looked around on the Internet and I have read that I need to use
ISA PnP. Does I just need to activate ISA PnP support in the kernel or I
have to do something else?

 Many thanks

 Miguel



^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-06 12:52 compiling kernel Miguel González Castaños
@ 2003-10-06 15:49 ` terry white
  2003-10-06 15:54   ` Miguel González Castaños
  0 siblings, 1 reply; 18+ messages in thread
From: terry white @ 2003-10-06 15:49 UTC (permalink / raw)
  To: linux-admin

on "10-6-2003" "Miguel González Castaños" writ:

: I need to use ISA PnP.

... ciao:

    i build with 'isa pnp' enabled on everything, and have no use for it.
i think enabling it an okay thing to do.

    being a little more specific as to 'where' you see a failure, would
help.  for example, what do you get with 'ifconfig' , or one of the
'if-up' scripts ...


-- 
... i'm a man, but i can change,
    if i have to , i guess ...

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-06 15:49 ` terry white
@ 2003-10-06 15:54   ` Miguel González Castaños
  2003-10-06 19:52     ` terry white
  0 siblings, 1 reply; 18+ messages in thread
From: Miguel González Castaños @ 2003-10-06 15:54 UTC (permalink / raw)
  To: linux-admin

Sorry for not being more precise...I meant that although with ifconfig using
the default kernel I got the interface up,
using the 2.4.22 kernel the network interface is down. I havent tried
anything else than doing a /etc/init.d/network restart.

HTH Regards,

Miguel

terry white ha escrito:

> on "10-6-2003" "Miguel González Castaños" writ:
>
> : I need to use ISA PnP.
>
> ... ciao:
>
>     i build with 'isa pnp' enabled on everything, and have no use for it.
> i think enabling it an okay thing to do.
>
>     being a little more specific as to 'where' you see a failure, would
> help.  for example, what do you get with 'ifconfig' , or one of the
> 'if-up' scripts ...
>
> --
> ... i'm a man, but i can change,
>     if i have to , i guess ...
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--

Un saludo,

Miguel

_______________________________________________________________________

 Control en el Entorno Móvil
 Telefónica I+D
 Parque Tecnológico de Boecillo, parcela 118
 47151 Boecillo (Valladolid)

 Tel: +34 983 367957
 Fax: +34 983 367564

 E-mail: mgc@tid.es  Web: http://www.tid.es
_______________________________________________________________________


"Si la libertad significa algo, será sobre todo el derecho a decirle
a la gente aquello que no quieren oir". George Orwell


_______________________________________________________________________


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-06 15:54   ` Miguel González Castaños
@ 2003-10-06 19:52     ` terry white
  2003-10-07  7:25       ` Miguel González Castaños
  0 siblings, 1 reply; 18+ messages in thread
From: terry white @ 2003-10-06 19:52 UTC (permalink / raw)
  To: linux-admin

on "10-6-2003" "Miguel González Castaños" writ:

: I havent tried anything else than doing a /etc/init.d/network restart.

... i take that to mean, you rebooted into the '*.22' kernel, and then a
restart.  which is a starting place.

    as i see it, there are two considerations here.  the new kernel, and
its interface with the 3comm card.

    when a build a kernel, i like to compare the previous kernel's
'.config', with the latest instance.  glaring differences may point
toward the problem.  i'd suggest you check and see that you've enabled
all the 'network' related features;  seems to me, they've spread them
around a bit ...


--
... i'm a man, but i can change,
    if i have to , i guess ...

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-06 19:52     ` terry white
@ 2003-10-07  7:25       ` Miguel González Castaños
  2003-10-07 13:24         ` terry white
  2003-10-07 19:24         ` Kevin J. Cummings
  0 siblings, 2 replies; 18+ messages in thread
From: Miguel González Castaños @ 2003-10-07  7:25 UTC (permalink / raw)
  To: linux-admin

hello again,

 When I said default kernel I meant the default kernel provided by RedHat in
the 7.3 version.
Is there any way to get that .config file in those rpm kernels?

 Many thanks in advance

 Miguel

terry white ha escrito:

> on "10-6-2003" "Miguel González Castaños" writ:
>
> : I havent tried anything else than doing a /etc/init.d/network restart.
>
> ... i take that to mean, you rebooted into the '*.22' kernel, and then a
> restart.  which is a starting place.
>
>     as i see it, there are two considerations here.  the new kernel, and
> its interface with the 3comm card.
>
>     when a build a kernel, i like to compare the previous kernel's
> '.config', with the latest instance.  glaring differences may point
> toward the problem.  i'd suggest you check and see that you've enabled
> all the 'network' related features;  seems to me, they've spread them
> around a bit ...
>
> --
> ... i'm a man, but i can change,
>     if i have to , i guess ...
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--

Un saludo,

Miguel

_______________________________________________________________________

 Control en el Entorno Móvil
 Telefónica I+D
 Parque Tecnológico de Boecillo, parcela 118
 47151 Boecillo (Valladolid)

 Tel: +34 983 367957
 Fax: +34 983 367564

 E-mail: mgc@tid.es  Web: http://www.tid.es
_______________________________________________________________________


"Si la libertad significa algo, será sobre todo el derecho a decirle
a la gente aquello que no quieren oir". George Orwell


_______________________________________________________________________


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-07  7:25       ` Miguel González Castaños
@ 2003-10-07 13:24         ` terry white
  2003-10-07 19:24         ` Kevin J. Cummings
  1 sibling, 0 replies; 18+ messages in thread
From: terry white @ 2003-10-07 13:24 UTC (permalink / raw)
  To: Miguel González Castaños; +Cc: linux-admin

on "10-7-2003" "Miguel González Castaños" writ:

... ciao:

: Is there any way to get that .config file in those rpm kernels?

    on a default rpm install of the RH-8 kernal sources, there's a
directory called 'configs', that seems to comtain architecture
centric templates for most installs ...


-- 
... i'm a man, but i can change,
    if i have to , i guess ...

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-07  7:25       ` Miguel González Castaños
  2003-10-07 13:24         ` terry white
@ 2003-10-07 19:24         ` Kevin J. Cummings
  2003-10-09 17:29           ` Miguel González Castaños
  1 sibling, 1 reply; 18+ messages in thread
From: Kevin J. Cummings @ 2003-10-07 19:24 UTC (permalink / raw)
  To: Miguel González Castaños; +Cc: linux-admin

Its in your /boot directory.  Look for a file called 
config-REDHAT-RELEASE-NUMBER where REDHAT-RELEASE-NUMBER is the `uname 
-r` of the RedHat kernel RPM.  ie, if your running 2.4.20-20.9 like I 
am, look for /boot/config-2.4.20-20.9.  This file is a part of the 
kernel RPM that you installed (in my case, kernel-2.4.20-20.9.i586.rpm).

Miguel González Castaños wrote:
> hello again,
> 
>  When I said default kernel I meant the default kernel provided by RedHat in
> the 7.3 version.
> Is there any way to get that .config file in those rpm kernels?
> 
>  Many thanks in advance
> 
>  Miguel

-- 
Kevin J. Cummings
kjchome@rcn.com
cummings@kjchome.homeip.net
cummings@kjc386.framingham.ma.us

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-07 19:24         ` Kevin J. Cummings
@ 2003-10-09 17:29           ` Miguel González Castaños
  2003-10-09 20:38             ` Kevin J. Cummings
  2003-10-09 20:47             ` terry white
  0 siblings, 2 replies; 18+ messages in thread
From: Miguel González Castaños @ 2003-10-09 17:29 UTC (permalink / raw)
  To: linux-admin

Just one question. This config file is changed after you boot the system and sets
all the modules that should be used, or it is
always the same config file? How is that file changed?

Many thanks in advance

Miguel

"Kevin J. Cummings" ha escrito:

> Its in your /boot directory.  Look for a file called
> config-REDHAT-RELEASE-NUMBER where REDHAT-RELEASE-NUMBER is the `uname
> -r` of the RedHat kernel RPM.  ie, if your running 2.4.20-20.9 like I
> am, look for /boot/config-2.4.20-20.9.  This file is a part of the
> kernel RPM that you installed (in my case, kernel-2.4.20-20.9.i586.rpm).
>
> Miguel González Castaños wrote:
> > hello again,
> >
> >  When I said default kernel I meant the default kernel provided by RedHat in
> > the 7.3 version.
> > Is there any way to get that .config file in those rpm kernels?
> >
> >  Many thanks in advance
> >
> >  Miguel
>
> --
> Kevin J. Cummings
> kjchome@rcn.com
> cummings@kjchome.homeip.net
> cummings@kjc386.framingham.ma.us

--

Un saludo,

Miguel

_______________________________________________________________________

 Control en el Entorno Móvil
 Telefónica I+D
 Parque Tecnológico de Boecillo, parcela 118
 47151 Boecillo (Valladolid)

 Tel: +34 983 367957
 Fax: +34 983 367564

 E-mail: mgc@tid.es  Web: http://www.tid.es
_______________________________________________________________________


"Si la libertad significa algo, será sobre todo el derecho a decirle
a la gente aquello que no quieren oir". George Orwell


_______________________________________________________________________


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-09 17:29           ` Miguel González Castaños
@ 2003-10-09 20:38             ` Kevin J. Cummings
  2003-10-09 20:47             ` terry white
  1 sibling, 0 replies; 18+ messages in thread
From: Kevin J. Cummings @ 2003-10-09 20:38 UTC (permalink / raw)
  To: Miguel González Castaños; +Cc: linux-admin

This file is put in the /boot directory by RedHat.  I suspect as a 
convenient place to store it, since you don't *have* to have the kernel 
sources installed.  You can also find various RedHat configuration files 
in /usr/src/linux/configs if you installed the kernel-source RPM. 
Whichever pre-built configuration you wish to start with, it should be 
moved to:  /usr/src/linux/.config in order to build an identically 
configured kernel as RedHat provides.

If you want to use it as a starting point for customizing your kernel,
copy it there, then run "make menuconfig" or "make xconfig" (and then 
"make depends") before building your new kernel (or modules).

Miguel González Castaños wrote:
> Just one question. This config file is changed after you boot the system and sets
> all the modules that should be used, or it is
> always the same config file? How is that file changed?
> 
> Many thanks in advance
> 
> Miguel
> 
> "Kevin J. Cummings" ha escrito:
> 
> 
>>Its in your /boot directory.  Look for a file called
>>config-REDHAT-RELEASE-NUMBER where REDHAT-RELEASE-NUMBER is the `uname
>>-r` of the RedHat kernel RPM.  ie, if your running 2.4.20-20.9 like I
>>am, look for /boot/config-2.4.20-20.9.  This file is a part of the
>>kernel RPM that you installed (in my case, kernel-2.4.20-20.9.i586.rpm).
>>
>>Miguel González Castaños wrote:
>>
>>>hello again,
>>>
>>> When I said default kernel I meant the default kernel provided by RedHat in
>>>the 7.3 version.
>>>Is there any way to get that .config file in those rpm kernels?
>>>
>>> Many thanks in advance
>>>
>>> Miguel
>>
>>--
>>Kevin J. Cummings
>>kjchome@rcn.com
>>cummings@kjchome.homeip.net
>>cummings@kjc386.framingham.ma.us
> 
> 
> --
> 
> Un saludo,
> 
> Miguel
> 
> _______________________________________________________________________
> 
>  Control en el Entorno Móvil
>  Telefónica I+D
>  Parque Tecnológico de Boecillo, parcela 118
>  47151 Boecillo (Valladolid)
> 
>  Tel: +34 983 367957
>  Fax: +34 983 367564
> 
>  E-mail: mgc@tid.es  Web: http://www.tid.es
> _______________________________________________________________________
> 
> 
> "Si la libertad significa algo, será sobre todo el derecho a decirle
> a la gente aquello que no quieren oir". George Orwell
> 
> 
> _______________________________________________________________________
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Kevin J. Cummings
kjchome@rcn.com
cummings@kjchome.homeip.net
cummings@kjc386.framingham.ma.us

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-09 17:29           ` Miguel González Castaños
  2003-10-09 20:38             ` Kevin J. Cummings
@ 2003-10-09 20:47             ` terry white
  2003-10-10  6:36               ` Miguel González Castaños
  1 sibling, 1 reply; 18+ messages in thread
From: terry white @ 2003-10-09 20:47 UTC (permalink / raw)
  To: linux-admin

on "10-9-2003" "Miguel González Castaños" writ:

: or it is always the same config file? How is that file changed?

... typically, the ./.config file in the kernel source tree is generated
on the fly when a kernel configured.  this happens when you invoke 'make
menuconfig', or 'make xconfig' for the X gui (graphic user interface) ...


-- 
... i'm a man, but i can change,
    if i have to , i guess ...

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: compiling kernel
  2003-10-09 20:47             ` terry white
@ 2003-10-10  6:36               ` Miguel González Castaños
  0 siblings, 0 replies; 18+ messages in thread
From: Miguel González Castaños @ 2003-10-10  6:36 UTC (permalink / raw)
  To: linux-admin

hello again,

 I meant that if that .config file generated by the rpm kernel changes at
boot time. As Kevin has commented, I guess that It is the preconfigured
.config file for the rpm kernel.

 Many thanks

 Miguel

terry white ha escrito:

> on "10-9-2003" "Miguel González Castaños" writ:
>
> : or it is always the same config file? How is that file changed?
>
> ... typically, the ./.config file in the kernel source tree is generated
> on the fly when a kernel configured.  this happens when you invoke 'make
> menuconfig', or 'make xconfig' for the X gui (graphic user interface) ...
>
> --
> ... i'm a man, but i can change,
>     if i have to , i guess ...
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

--

Un saludo,

Miguel

_______________________________________________________________________

 Control en el Entorno Móvil
 Telefónica I+D
 Parque Tecnológico de Boecillo, parcela 118
 47151 Boecillo (Valladolid)

 Tel: +34 983 367957
 Fax: +34 983 367564

 E-mail: mgc@tid.es  Web: http://www.tid.es
_______________________________________________________________________


"Si la libertad significa algo, será sobre todo el derecho a decirle
a la gente aquello que no quieren oir". George Orwell


_______________________________________________________________________


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2003-10-10  6:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-01-18 19:31 compiling kernel Matthias Kleinschmidt
1999-01-18 19:59 ` Alex deVries
1999-01-18 20:12   ` Mike Shaver
1999-01-19  6:32   ` Matthias Kleinschmidt
  -- strict thread matches above, loose matches on Subject: below --
2001-05-02 12:30 Compiling kernel alad
2001-05-02 13:12 ` Anton Altaparmakov
2001-05-03  0:52 ` jlnance
2003-10-06 12:52 compiling kernel Miguel González Castaños
2003-10-06 15:49 ` terry white
2003-10-06 15:54   ` Miguel González Castaños
2003-10-06 19:52     ` terry white
2003-10-07  7:25       ` Miguel González Castaños
2003-10-07 13:24         ` terry white
2003-10-07 19:24         ` Kevin J. Cummings
2003-10-09 17:29           ` Miguel González Castaños
2003-10-09 20:38             ` Kevin J. Cummings
2003-10-09 20:47             ` terry white
2003-10-10  6:36               ` Miguel González Castaños

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.