* A new soldier
@ 2005-06-28 14:23 Rodrigo Nascimento
[not found] ` <20050628144056.GC18116@wohnheim.fh-wedel.de>
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Rodrigo Nascimento @ 2005-06-28 14:23 UTC (permalink / raw)
To: linux-kernel
Hi all,
I'm a Science of Computers student and I'd like help you in something.
I don't know if exists something that I could do. So if someone wants
a help, I'm a volunteer.
See you,
--
underscore(0x5f)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: A new soldier
[not found] ` <20050628144056.GC18116@wohnheim.fh-wedel.de>
@ 2005-06-28 14:59 ` Rodrigo Nascimento
2005-06-28 15:08 ` Niraj kumar
2005-06-28 15:19 ` Michał Piotrowski
0 siblings, 2 replies; 9+ messages in thread
From: Rodrigo Nascimento @ 2005-06-28 14:59 UTC (permalink / raw)
To: Jörn Engel; +Cc: linux-kernel
Mr. Engel,
Thanks for the tip.
I like to develop programs. If I have to write a program for something
that I don't know, I do some searchs, I read manuals, I understand
this thing and later I write the program.
Can you suggest something to me? :)
I really want to help, but I don't know where I should start.
I need to see how it works, what I need to have to help. I think that
a C compiler and a knowledge in C isn't sufficient. :)
I don't know if exists a guide that I can read..... if it exists,
please, tell me where I can get it.
--
Rodrigo
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: A new soldier
2005-06-28 14:59 ` Rodrigo Nascimento
@ 2005-06-28 15:08 ` Niraj kumar
2005-06-28 15:19 ` Michał Piotrowski
1 sibling, 0 replies; 9+ messages in thread
From: Niraj kumar @ 2005-06-28 15:08 UTC (permalink / raw)
To: Rodrigo Nascimento; +Cc: linux-kernel
>
> I don't know if exists a guide that I can read..... if it exists,
> please, tell me where I can get it.
Loot at this , to begin with :
http://jungla.dit.upm.es/%7Ejmseyas/linux/kernel/hackers-docs.html
Niraj
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: A new soldier
2005-06-28 14:59 ` Rodrigo Nascimento
2005-06-28 15:08 ` Niraj kumar
@ 2005-06-28 15:19 ` Michał Piotrowski
2005-06-28 15:44 ` Rodrigo Nascimento
1 sibling, 1 reply; 9+ messages in thread
From: Michał Piotrowski @ 2005-06-28 15:19 UTC (permalink / raw)
To: Rodrigo Nascimento, linux-kernel
Hi,
Rodrigo Nascimento wrote:
>Mr. Engel,
>
>Thanks for the tip.
>
>I like to develop programs. If I have to write a program for something
>that I don't know, I do some searchs, I read manuals, I understand
>this thing and later I write the program.
>
>Can you suggest something to me? :)
>I really want to help, but I don't know where I should start.
>
>I need to see how it works, what I need to have to help. I think that
>a C compiler and a knowledge in C isn't sufficient. :)
>
>I don't know if exists a guide that I can read..... if it exists,
>please, tell me where I can get it.
>
>
>
http://www.kernelnewbies.org/
http://64.122.99.246/jeneral/ (for me it works only with internet explorer)
http://lwn.net/Kernel/LDD3/
I'm newbie too...
Regards,
Michał Piotrowski
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: A new soldier
2005-06-28 15:19 ` Michał Piotrowski
@ 2005-06-28 15:44 ` Rodrigo Nascimento
0 siblings, 0 replies; 9+ messages in thread
From: Rodrigo Nascimento @ 2005-06-28 15:44 UTC (permalink / raw)
To: Michał Piotrowski; +Cc: linux-kernel
Thanks, Mr. Piotrowski.
I got of LDD3.
I have a lot of things to read before to send my first useful message.
Thanks !!!
--
underscore(0x5f)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: A new soldier
2005-06-28 14:23 A new soldier Rodrigo Nascimento
[not found] ` <20050628144056.GC18116@wohnheim.fh-wedel.de>
@ 2005-06-28 17:11 ` Christoph Lameter
2005-06-29 0:25 ` Arnd Bergmann
2 siblings, 0 replies; 9+ messages in thread
From: Christoph Lameter @ 2005-06-28 17:11 UTC (permalink / raw)
To: Rodrigo Nascimento; +Cc: linux-kernel
On Tue, 28 Jun 2005, Rodrigo Nascimento wrote:
> I'm a Science of Computers student and I'd like help you in something.
> I don't know if exists something that I could do. So if someone wants
> a help, I'm a volunteer.
Submit patches to clean up all the whitespace problems in the kernel
sources. Andrew Morton indicated that he will take those.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: A new soldier
[not found] ` <4ks4H-83L-39@gated-at.bofh.it>
@ 2005-06-28 21:59 ` Bodo Eggert
0 siblings, 0 replies; 9+ messages in thread
From: Bodo Eggert @ 2005-06-28 21:59 UTC (permalink / raw)
To: Christoph Lameter, Rodrigo Nascimento, linux-kernel
Christoph Lameter <christoph@lameter.com> wrote:
> On Tue, 28 Jun 2005, Rodrigo Nascimento wrote:
>> I'm a Science of Computers student and I'd like help you in something.
>> I don't know if exists something that I could do. So if someone wants
>> a help, I'm a volunteer.
>
> Submit patches to clean up all the whitespace problems in the kernel
> sources. Andrew Morton indicated that he will take those.
http://7eggert.dyndns.org/l/patches/trailing-ws/
--
Ich danke GMX dafür, die Verwendung meiner Adressen mittels per SPF
verbreiteten Lügen zu sabotieren.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: A new soldier
2005-06-28 14:23 A new soldier Rodrigo Nascimento
[not found] ` <20050628144056.GC18116@wohnheim.fh-wedel.de>
2005-06-28 17:11 ` Christoph Lameter
@ 2005-06-29 0:25 ` Arnd Bergmann
2005-06-30 9:18 ` Geert Uytterhoeven
2 siblings, 1 reply; 9+ messages in thread
From: Arnd Bergmann @ 2005-06-29 0:25 UTC (permalink / raw)
To: Rodrigo Nascimento; +Cc: linux-kernel, kernel-janitors
On Dinsdag 28 Juni 2005 16:23, Rodrigo Nascimento wrote:
> I'm a Science of Computers student and I'd like help you in something.
> I don't know if exists something that I could do. So if someone wants
> a help, I'm a volunteer.
The best place to start would probably be the kernel janitors project.
If you are looking for something bigger with a steep learning curve,
you could try to do a sample architecture implementation like
arch/skeleton and include/asm-skeleton, along the lines of the
original include/asm-generic directory (asm-generic now serves
as a place to put code that is the same on most archs but is different
on others).
Most new architectures that are added keep copying hacks and obsolete
code from one of the existing trees, so it would be really nice to
have a clean starting point for those who don't have as much time to
find the correct solution as a CS student ;-).
You would surely learn a lot about the architecture specific parts
of the kernel and do something useful without the danger of breaking
code that other people depend on, but it's a lot of work.
Maybe that can also be done by more that one person.
Arnd <><
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: A new soldier
2005-06-29 0:25 ` Arnd Bergmann
@ 2005-06-30 9:18 ` Geert Uytterhoeven
0 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2005-06-30 9:18 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Rodrigo Nascimento, Linux Kernel Development, kernel-janitors
On Wed, 29 Jun 2005, Arnd Bergmann wrote:
> If you are looking for something bigger with a steep learning curve,
> you could try to do a sample architecture implementation like
> arch/skeleton and include/asm-skeleton, along the lines of the
> original include/asm-generic directory (asm-generic now serves
> as a place to put code that is the same on most archs but is different
> on others).
>
> Most new architectures that are added keep copying hacks and obsolete
> code from one of the existing trees, so it would be really nice to
> have a clean starting point for those who don't have as much time to
> find the correct solution as a CS student ;-).
>
> You would surely learn a lot about the architecture specific parts
> of the kernel and do something useful without the danger of breaking
> code that other people depend on, but it's a lot of work.
> Maybe that can also be done by more that one person.
Sounds like an excellent idea to me! I'm eager to try `make ARCH=skeleton'!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-06-30 9:23 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-28 14:23 A new soldier Rodrigo Nascimento
[not found] ` <20050628144056.GC18116@wohnheim.fh-wedel.de>
2005-06-28 14:59 ` Rodrigo Nascimento
2005-06-28 15:08 ` Niraj kumar
2005-06-28 15:19 ` Michał Piotrowski
2005-06-28 15:44 ` Rodrigo Nascimento
2005-06-28 17:11 ` Christoph Lameter
2005-06-29 0:25 ` Arnd Bergmann
2005-06-30 9:18 ` Geert Uytterhoeven
[not found] <4kppU-5Yh-25@gated-at.bofh.it>
[not found] ` <4ks4H-83L-39@gated-at.bofh.it>
2005-06-28 21:59 ` Bodo Eggert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox