Re: How to begin ?

2010-03-29 Thread L . Alberto Giménez
n Knowledge is for all >> > > > > -- > People ask the question... what's a RocknRolla? And I tell 'em - it's not > about drums, drugs, and hospital drips, oh no. There's more there than that, > my friend. We all like a bit of the good life - some the money, some the > drugs, other the sex game, the glamour, or the fame. But a RocknRolla, oh, > he's different. Why? Because a real RocknRolla wants the fucking lot. > -- L. Alberto Giménez

Re: more kernel newbie goodness, part deux

2009-07-01 Thread L. Alberto Giménez
Robert P. J. Day wrote: > http://cli.gs/Zd2MuG > Just say thanks. It is a great work and a big effort to write a series of articles such as that one. Thanks one more time and congratulations! -- L. Alberto Giménez GnuPG key ID 0x3BAABDE1 -- To unsubscribe from this list: send an

Re: Defining new variables for use in multiple c files. How do I create header files that can be #included in multiple c files?

2008-07-09 Thread Alberto Giménez
- #include "var.h" int main(void) { /* you are compiling -ansi -pedantic, aren't you? */ var++; return 0; } ---8<- Makefile: ---8<- use: use.c var.c var.h gcc -ansi -pedantic -Wall -o use use.c var.c ---8<- Cheers -- Alberto Giménez -- To unsubsc

Re: any one working on real-time research projects?

2008-07-04 Thread Alberto Giménez
because the linux that runs those processes is actually the real-time's linux idle process. It's like a linux that is the idle process of another (real-time) linux. Regards, -- Alberto Giménez -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies&

Re: Modifying ext3

2008-06-14 Thread Alberto Giménez
src/linux-2.6.22.5' It seems your Makefile is wrong. Could you post it? It has to have some specific targets and so the module compiling system works -- Alberto Giménez -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ