All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux Kernel
@ 2005-04-22  2:43 Marcondes Monteiro de Arau
  2005-04-22  5:06 ` Matan Peled
  0 siblings, 1 reply; 8+ messages in thread
From: Marcondes Monteiro de Arau @ 2005-04-22  2:43 UTC (permalink / raw)
  To: linux-kernel

Hi!

I'm university student in Brazil and would like to know if during the process of compilation of the kernel of the linux the tecnology of cluster is used.



Marcondes

-- 
_______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

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

* Re: Linux Kernel
  2005-04-22  2:43 Linux Kernel Marcondes Monteiro de Arau
@ 2005-04-22  5:06 ` Matan Peled
  0 siblings, 0 replies; 8+ messages in thread
From: Matan Peled @ 2005-04-22  5:06 UTC (permalink / raw)
  To: Marcondes Monteiro de Arau; +Cc: Kernel Mailing List

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

Marcondes Monteiro de Arau wrote:
> Hi!
> 
> I'm university student in Brazil and would like to know if during the process of compilation of the kernel of the linux the tecnology of cluster is used.
> 
> 
> 
> Marcondes
> 

Are you talking about using a cluster to compile the kernel? In that case,
Google for DistCC.

Are you asking if a compiled linux kernel can be used as part of a cluster?
openMosix is the project you're searching for.

-- 
[Name      ]   ::  [Matan I. Peled    ]
[Location  ]   ::  [Israel            ]
[Public Key]   ::  [0xD6F42CA5        ]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Linux Kernel
       [not found] <CABTsxV5OCX=P8u-p6K4eoaAyWo-SGNcD0VxHkkFXOQu7r+Vs1g@mail.gmail.com>
@ 2012-10-23 14:34 ` Justin P. Mattock
  0 siblings, 0 replies; 8+ messages in thread
From: Justin P. Mattock @ 2012-10-23 14:34 UTC (permalink / raw)
  To: Dwiastika Peppy; +Cc: linux-kernel

On 10/23/2012 04:32 AM, Dwiastika Peppy wrote:
> Hai Justin. My name is Peppy
> I wanna ask you about installing Linux Kernel 2.6.27
> I'm a newbie in Linux user
> I got problem when installed Linux Kernel and this is the problem :
> *scripts/unifdef.c:209: error: conflicting types for ‘getline’
> /usr/include/stdio.h:651: note: previous declaration of ‘getline’ was here
> make[2]: *** [scripts/unifdef] Error 1
> make[1]: *** [__headers] Error 2
> make: *** [vmlinux] Error 2*
>
> what should i do to solve this problem?
> maybe you can help me..
> Thank you before Justin
>
> Best Regards,
>
>
> Peppy


from what I remember libc made the change then everything else had to be 
fixed. this commit is the commit which fixes it:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7

but after thinking this over we probably should have done a
get_line || getline();
so old and new can always be working for people using older kernels and 
in the event of bisecting. but then again we might have more of a 
bloated kernel if we did this approach to _every_ function definition 
rename in the kernel.

anyway hope this helps with your build experience of the kernel.

Justin P. Mattock

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

* Linux Kernel
@ 2013-02-19  5:20 kapil agrawal
  2013-02-19  5:39 ` Valdis.Kletnieks at vt.edu
  2013-02-19  5:53 ` Sengottuvelan S
  0 siblings, 2 replies; 8+ messages in thread
From: kapil agrawal @ 2013-02-19  5:20 UTC (permalink / raw)
  To: kernelnewbies

Hi,

How the linux kernel runs in the system after spawning the init and
mounting the root FS.
Does it run as some background process ?
How it serves the system calls etc. ?

Regards
Kapil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130219/68fb1e1a/attachment.html 

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

* Linux Kernel
  2013-02-19  5:20 kapil agrawal
@ 2013-02-19  5:39 ` Valdis.Kletnieks at vt.edu
  2013-02-19  5:53 ` Sengottuvelan S
  1 sibling, 0 replies; 8+ messages in thread
From: Valdis.Kletnieks at vt.edu @ 2013-02-19  5:39 UTC (permalink / raw)
  To: kernelnewbies

On Tue, 19 Feb 2013 10:50:26 +0530, kapil agrawal said:

> How the linux kernel runs in the system after spawning the init and
> mounting the root FS.
> Does it run as some background process ?

No.  You probably want to get some basic knowledge about operating
systems in general.

http://en.wikipedia.org/wiki/Operating_system

as you appear to be confused regarding the basic concepts of an
operating systems kernel.

> How it serves the system calls etc. ?

There's about 5 different answers to that, depending on how in-depth
you want the details, but I suspect that none of them will make any sense
to you until you get a better grasp on the basics....
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 865 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130219/c22aa70d/attachment.bin 

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

* Linux Kernel
  2013-02-19  5:20 kapil agrawal
  2013-02-19  5:39 ` Valdis.Kletnieks at vt.edu
@ 2013-02-19  5:53 ` Sengottuvelan S
  2013-02-19  6:31   ` kapil agrawal
  1 sibling, 1 reply; 8+ messages in thread
From: Sengottuvelan S @ 2013-02-19  5:53 UTC (permalink / raw)
  To: kernelnewbies

Kapil

It runs as Background process in the kernel memory (init-process). When
system calls is coming from User space/Land, there will be context switch
from user to kernel space happens. I think kernel main thread serving those
system calls.

On Mon, Feb 18, 2013 at 9:20 PM, kapil agrawal <kapil.agrawal81@gmail.com>wrote:

> Hi,
>
> How the linux kernel runs in the system after spawning the init and
> mounting the root FS.
> Does it run as some background process ?
> How it serves the system calls etc. ?
>
> Regards
> Kapil
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>


-- 
Regards,
S. Sengottuvelan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130218/6a0070e9/attachment.html 

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

* Linux Kernel
  2013-02-19  5:53 ` Sengottuvelan S
@ 2013-02-19  6:31   ` kapil agrawal
  2013-02-19  7:25     ` Valdis.Kletnieks at vt.edu
  0 siblings, 1 reply; 8+ messages in thread
From: kapil agrawal @ 2013-02-19  6:31 UTC (permalink / raw)
  To: kernelnewbies

Do you mean process with PID 0 is the one, which runs in the background and
serves the request from userland and goes to cpu_idle() if nothing to run.

-kapil


On Tue, Feb 19, 2013 at 11:23 AM, Sengottuvelan S <sengottuvelan.s@gmail.com
> wrote:

> Kapil
>
> It runs as Background process in the kernel memory (init-process). When
> system calls is coming from User space/Land, there will be context switch
> from user to kernel space happens. I think kernel main thread serving those
> system calls.
>
> On Mon, Feb 18, 2013 at 9:20 PM, kapil agrawal <kapil.agrawal81@gmail.com>wrote:
>
>> Hi,
>>
>> How the linux kernel runs in the system after spawning the init and
>> mounting the root FS.
>> Does it run as some background process ?
>> How it serves the system calls etc. ?
>>
>> Regards
>> Kapil
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>>
>
>
> --
> Regards,
> S. Sengottuvelan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130219/b669ba4c/attachment.html 

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

* Linux Kernel
  2013-02-19  6:31   ` kapil agrawal
@ 2013-02-19  7:25     ` Valdis.Kletnieks at vt.edu
  0 siblings, 0 replies; 8+ messages in thread
From: Valdis.Kletnieks at vt.edu @ 2013-02-19  7:25 UTC (permalink / raw)
  To: kernelnewbies

On Tue, 19 Feb 2013 12:01:55 +0530, kapil agrawal said:

> Do you mean process with PID 0 is the one, which runs in the background and
> serves the request from userland and goes to cpu_idle() if nothing to run.

No.  Large parts of the kernel run in kernel mode, but using the 'struct task'
of the related userspace process (in particular, most system calls work
this way).  Other large chunks borrow the 'struct task' and run under it
just so there's *a* process running.  And parts aren't in process context
at all, but interrupt context (so they aren't running as process code at all).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 865 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130219/25a2b762/attachment.bin 

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

end of thread, other threads:[~2013-02-19  7:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-22  2:43 Linux Kernel Marcondes Monteiro de Arau
2005-04-22  5:06 ` Matan Peled
     [not found] <CABTsxV5OCX=P8u-p6K4eoaAyWo-SGNcD0VxHkkFXOQu7r+Vs1g@mail.gmail.com>
2012-10-23 14:34 ` Justin P. Mattock
  -- strict thread matches above, loose matches on Subject: below --
2013-02-19  5:20 kapil agrawal
2013-02-19  5:39 ` Valdis.Kletnieks at vt.edu
2013-02-19  5:53 ` Sengottuvelan S
2013-02-19  6:31   ` kapil agrawal
2013-02-19  7:25     ` Valdis.Kletnieks at vt.edu

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.