public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* kernel
@ 2000-11-07  3:55 Joe Harrington
  2000-11-07  4:09 ` kernel David Riley
  0 siblings, 1 reply; 17+ messages in thread
From: Joe Harrington @ 2000-11-07  3:55 UTC (permalink / raw)
  To: linux-kernel

Sorry about the question to do with visuall gcc. Alot of people seemed to
get a intolerable response to my question. The reason I posted it here was
a) I am lazy, b) On all the sites to do with Kdevelop the download links are
down, and c) I wanted to use the program to compile such files as schedule.c
and other scheduling algorithms I create. What do most of you use to comile
the kernel, just good ole' command line gcc.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: kernel
  2000-11-07  3:55 kernel Joe Harrington
@ 2000-11-07  4:09 ` David Riley
  0 siblings, 0 replies; 17+ messages in thread
From: David Riley @ 2000-11-07  4:09 UTC (permalink / raw)
  To: Joe Harrington; +Cc: linux-kernel

Joe Harrington wrote:
> 
> Sorry about the question to do with visuall gcc. Alot of people seemed to
> get a intolerable response to my question. The reason I posted it here was
> a) I am lazy, b) On all the sites to do with Kdevelop the download links are
> down, and c) I wanted to use the program to compile such files as schedule.c
> and other scheduling algorithms I create. What do most of you use to comile
> the kernel, just good ole' command line gcc.

Definitely.  As much as I appreciate the efforts to make a workable
end-user GUI for Linux, I think people are still going to have to get
used to using command-line tools at the moment.  For what it's worth,
there are two visual configuration options for the kernel; for a text
console, you can use "make menuconfig" while you can use "make xconfig"
if you're really into X.  Personally, I found the standard "make config"
useful only the first time around, because it forced me to look at every
option, but it's much easier to undo mistakes using menuconfig or xconfig.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* kernel
@ 2001-05-31 11:31 robert seczkowski
  2001-05-31 11:45 ` kernel Alan Cox
  2001-05-31 11:52 ` kernel Keith Owens
  0 siblings, 2 replies; 17+ messages in thread
From: robert seczkowski @ 2001-05-31 11:31 UTC (permalink / raw)
  To: kaos; +Cc: linux-kernel

I have problem with kernel 2.4.2 from red hat 7.2 distribution.
This problem appears when I type make modules.
and it seems like compiler doesn't understand extern in function
declaration
gcc version 2.96 20000731
Thanks in advance

below log:



make -C  kernel CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE 
-DMODVERSIONS -include /usr/src/linux-2.4/include/linux/modversions.h" 
MAKING_MODULES=1 modules
make[1]: Wchodzę katalog `/home/linux-2.4.2/kernel'
make[1]: Nie nic do roboty w `modules'.
make[1]: Opuszczam katalog `/home/linux-2.4.2/kernel'
make -C  drivers CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE 
-DMODVERSIONS -include /usr/src/linux-2.4/include/linux/modversions.h" 
MAKING_MODULES=1 modules
make[1]: Wchodzę katalog `/home/linux-2.4.2/drivers'
make -C block modules
make[2]: Wchodzę katalog `/home/linux-2.4.2/drivers/block'
gcc -D__KERNEL__ -I/usr/src/linux-2.4/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe 
-mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include 
/usr/src/linux-2.4/include/linux/modversions.h   -c -o floppy.o floppy.c
In file included from /usr/src/linux-2.4/include/linux/spinlock.h:35,
                 from /usr/src/linux-2.4/include/linux/module.h:11,
                 from floppy.c:137:
/usr/src/linux-2.4/include/asm/spinlock.h:8: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/asm/spinlock.h:8: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/asm/spinlock.h:8: parse error before `1b7d4074'
/usr/src/linux-2.4/include/asm/spinlock.h:9: `printk_R_ver_str' declared as 
function returning a function
/usr/src/linux-2.4/include/asm/spinlock.h:9: warning: function declaration 
isn't a prototype
In file included from floppy.c:137:
/usr/src/linux-2.4/include/linux/module.h:173: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:173: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:173: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:173: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:173: parse error before `62dada05'
/usr/src/linux-2.4/include/linux/module.h:173: 
`inter_module_register_R_ver_str' declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:173: warning: function declaration 
isn't a prototype
/usr/src/linux-2.4/include/linux/module.h:174: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:174: missing white space after 
number `7a9e845'
/usr/src/linux-2.4/include/linux/module.h:174: parse error before `7a9e845'
/usr/src/linux-2.4/include/linux/module.h:174: 
`inter_module_unregister_R_ver_str' declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:174: warning: function declaration 
isn't a prototype
/usr/src/linux-2.4/include/linux/module.h:175: `inter_module_get_R_ver_str' 
declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:175: warning: parameter names 
(without types) in function declaration
/usr/src/linux-2.4/include/linux/module.h:176: 
`inter_module_get_request_R_ver_str' declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:176: warning: parameter names 
(without types) in function declaration
/usr/src/linux-2.4/include/linux/module.h:177: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:177: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:177: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:177: parse error before `6b99f7d8'
/usr/src/linux-2.4/include/linux/module.h:177: `inter_module_put_R_ver_str' 
declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:177: warning: function declaration 
isn't a prototype
/usr/src/linux-2.4/include/linux/module.h:186: `try_inc_mod_count_R_ver_str' 
declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:186: warning: parameter names 
(without types) in function declaration
make[2]: *** [floppy.o] Błąd 1
make[2]: Opuszczam katalog `/home/linux-2.4.2/drivers/block'
make[1]: *** [_modsubdir_block] Błąd 2
make[1]: Opuszczam katalog `/home/linux-2.4.2/drivers'
make: *** [_mod_drivers] Błąd 2

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

* Re: kernel
  2001-05-31 11:31 kernel robert seczkowski
@ 2001-05-31 11:45 ` Alan Cox
  2001-05-31 11:52 ` kernel Keith Owens
  1 sibling, 0 replies; 17+ messages in thread
From: Alan Cox @ 2001-05-31 11:45 UTC (permalink / raw)
  To: j_red; +Cc: kaos, linux-kernel

Does it do this if you start with 'make mrproper' also I asume you mean RH 7.1


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

* Re: kernel
  2001-05-31 11:31 kernel robert seczkowski
  2001-05-31 11:45 ` kernel Alan Cox
@ 2001-05-31 11:52 ` Keith Owens
  1 sibling, 0 replies; 17+ messages in thread
From: Keith Owens @ 2001-05-31 11:52 UTC (permalink / raw)
  To: j_red; +Cc: linux-kernel

On Thu, 31 May 2001 13:31:56 +0200, 
robert seczkowski <j_red@sz.onet.pl> wrote:
>I have problem with kernel 2.4.2 from red hat 7.2 distribution.

Redhat ship a strange modversions.  Erase it and start from the beginning.
http://www.tux.org/lkml/#s8-8


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

* kernel
@ 2001-10-18 15:09 tushar  korde
  2001-10-18 16:12 ` kernel Mark Frazer
  0 siblings, 1 reply; 17+ messages in thread
From: tushar  korde @ 2001-10-18 15:09 UTC (permalink / raw)
  To: linux-kernel


Sir
i am working on system call tracing.
i want to check the validity of the system
calls given by users how can i parse them. 
Does the linux O.S. also performs parsing ?
how can i make a grammar for the system
call parsing . 
 


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

* Re: kernel
  2001-10-18 15:09 kernel tushar  korde
@ 2001-10-18 16:12 ` Mark Frazer
  0 siblings, 0 replies; 17+ messages in thread
From: Mark Frazer @ 2001-10-18 16:12 UTC (permalink / raw)
  To: tushar korde; +Cc: linux-kernel

The source for the 'strace' utility might be a good place to start
your project.  If you want to trace library calls instead of system
calls, try 'ltrace'.

tushar  korde <tushar_k5@rediffmail.com> [01/10/18 11:33]:
> 
> Sir
> 
> i am working on system call tracing.
> 
> i want to check the validity of the system
> 
> calls given by users how can i parse them. 
> 
> Does the linux O.S. also performs parsing ?
> 
> how can i make a grammar for the system
> 
> call parsing . 
> 
>  
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
"we are like unbaked soma vessels"

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

* kernel
@ 2002-04-29 15:21 Halil Demirezen
  0 siblings, 0 replies; 17+ messages in thread
From: Halil Demirezen @ 2002-04-29 15:21 UTC (permalink / raw)
  To: linux-kernel

Now we just started to write a kernel.

 /---------------------------------------------------------------\
/ demirh@bornova.ege.edu.tr 		           ICQ: 1037072   \
| hadezen@yahoo.com 				   +905462353661  |
|								  |
-------------------------------------------------------------------



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

* kernel
@ 2003-02-22  7:15 paul raj
  2003-02-22  8:15 ` kernel Jurriaan
  0 siblings, 1 reply; 17+ messages in thread
From: paul raj @ 2003-02-22  7:15 UTC (permalink / raw)
  To: linux-kernel

sir

   
    In which kernel verison is support for POSIX IPC
(message queue, Shared memory, and semaphore) in
linux.


   I want to install kernle-2.4.19. i followed all the
steps in READEME file. But in booting time, it display
the following error. How to rectify the error. please
give the steps for how to install new kernel.
(specifically you mention lilo ).


by

DOMINIC

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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

* Re: kernel
  2003-02-22  7:15 kernel paul raj
@ 2003-02-22  8:15 ` Jurriaan
  0 siblings, 0 replies; 17+ messages in thread
From: Jurriaan @ 2003-02-22  8:15 UTC (permalink / raw)
  To: paul raj; +Cc: linux-kernel

From: paul raj <jpdomnic@yahoo.com>
Date: Fri, Feb 21, 2003 at 11:15:28PM -0800
> sir
> 
>    
>     In which kernel verison is support for POSIX IPC
> (message queue, Shared memory, and semaphore) in
> linux.
> 
> 
>    I want to install kernle-2.4.19. i followed all the
> steps in READEME file. But in booting time, it display
> the following error. How to rectify the error. please
> give the steps for how to install new kernel.
> (specifically you mention lilo ).
> 
There is no 'following error' in your message. If you need help
installing linux, perhaps you can find a local users-group, or a
newsgroup in your own language?

HTH,
Jurriaan
-- 
An ill wind comes arising
Across the cities of the plain
There's no swimming in the heavy water
No singing in the acid rain
   Rush - Distant Early Warning
GNU/Linux 2.5.62 SMP/ReiserFS 2x2793 bogomips load av: 0.68 0.41 0.31

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

* kernel
@ 2005-08-12 11:58 Srinivas K
  2005-08-12 12:11 ` kernel Erik Mouw
  2005-08-25  4:45 ` kernel Shwetha V
  0 siblings, 2 replies; 17+ messages in thread
From: Srinivas K @ 2005-08-12 11:58 UTC (permalink / raw)
  To: linux-kernel


hi friends,

 post concepts regarding linux kernel which will be useful


-- 
Srinivasa Rao K
Systems Engineer
Nortel Business Unit
Sasken Communication Technologies Ltd
139/25, Ring Road, Domlur
Bangalore - 560 071
Ph: 2535 5501 Extn.:4804
mail : srinuk@sasken.com

"SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY Mercer
Survey 2004"


SASKEN BUSINESS DISCLAIMER
This message may contain confidential, proprietary or legally Privileged
information. In case you are not the original intended Recipient of the
message, you must not, directly or indirectly, use, Disclose, distribute,
print, or copy any part of this message and you are requested to delete it
and inform the sender. Any views expressed in this message are those of the
individual sender unless otherwise stated. Nothing contained in this message
shall be construed as an offer or acceptance of any offer by Sasken
Communication Technologies Limited ("Sasken") unless sent with that express
intent and with due authority of Sasken. Sasken has taken enough precautions
to prevent the spread of viruses. However the company accepts no liability
for any damage caused by any virus transmitted by this email



"SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY Mercer Survey 2004"


                           SASKEN BUSINESS DISCLAIMER
This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email

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

* Re: kernel
  2005-08-12 11:58 kernel Srinivas K
@ 2005-08-12 12:11 ` Erik Mouw
  2005-08-25  4:45 ` kernel Shwetha V
  1 sibling, 0 replies; 17+ messages in thread
From: Erik Mouw @ 2005-08-12 12:11 UTC (permalink / raw)
  To: Srinivas K; +Cc: linux-kernel

On Fri, Aug 12, 2005 at 05:28:12PM +0530, Srinivas K wrote:
>  post concepts regarding linux kernel which will be useful

It would also be useful if you didn't send messages with silly
disclaimers to publicly archived mailing lists. According to your own
disclaimer, you are not allowed to post to this list at all.


Erik

-- 
+-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 --
| Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands

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

* Re: kernel
  2005-08-12 11:58 kernel Srinivas K
  2005-08-12 12:11 ` kernel Erik Mouw
@ 2005-08-25  4:45 ` Shwetha V
  2005-08-25  7:40   ` kernel vamsi krishna
                     ` (2 more replies)
  1 sibling, 3 replies; 17+ messages in thread
From: Shwetha V @ 2005-08-25  4:45 UTC (permalink / raw)
  To: linux-kernel


 Could anyone inform which will be a good guide to start learning the linux 
kernel programming.

-- 
Shwetha V
Software Engineer - Networks Business Unit
Sasken Communication Technologies Ltd.
Gold Hill Square, Hosur Road, Bangalore.
Ph: +91-80-25355501 Ext: 5799
Web: www.sasken.com


"Srinivas K" <srinuk@sasken.com> wrote in message 
news:ddi2qu$74p$1@ncc-nt.nt.sasken.com...
> hi friends,
>
> post concepts regarding linux kernel which will be useful
>
>
> -- 
> Srinivasa Rao K
> Systems Engineer
> Nortel Business Unit
> Sasken Communication Technologies Ltd
> 139/25, Ring Road, Domlur
> Bangalore - 560 071
> Ph: 2535 5501 Extn.:4804
> mail : srinuk@sasken.com
>
> "SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY 
> Mercer
> Survey 2004"
>
>
> SASKEN BUSINESS DISCLAIMER
> This message may contain confidential, proprietary or legally Privileged
> information. In case you are not the original intended Recipient of the
> message, you must not, directly or indirectly, use, Disclose, distribute,
> print, or copy any part of this message and you are requested to delete it
> and inform the sender. Any views expressed in this message are those of 
> the
> individual sender unless otherwise stated. Nothing contained in this 
> message
> shall be construed as an offer or acceptance of any offer by Sasken
> Communication Technologies Limited ("Sasken") unless sent with that 
> express
> intent and with due authority of Sasken. Sasken has taken enough 
> precautions
> to prevent the spread of viruses. However the company accepts no liability
> for any damage caused by any virus transmitted by this email
>
> 



"SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY Mercer Survey 2004"


                           SASKEN BUSINESS DISCLAIMER
This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email

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

* Re: kernel
  2005-08-25  4:45 ` kernel Shwetha V
@ 2005-08-25  7:40   ` vamsi krishna
  2005-08-25  9:38   ` kernel Jesper Juhl
  2005-09-16  8:06   ` kernel Chikkali
  2 siblings, 0 replies; 17+ messages in thread
From: vamsi krishna @ 2005-08-25  7:40 UTC (permalink / raw)
  To: Shwetha V; +Cc: linux-kernel

look at http://www.kernelnewbies.org

also it has a section on books. you can also use IRC #kernelnewbies 

On 8/25/05, Shwetha V <shwethav@sasken.com> wrote:
> 
>  Could anyone inform which will be a good guide to start learning the linux
> kernel programming.
> 
> --
> Shwetha V
> Software Engineer - Networks Business Unit
> Sasken Communication Technologies Ltd.
> Gold Hill Square, Hosur Road, Bangalore.
> Ph: +91-80-25355501 Ext: 5799
> Web: www.sasken.com
> 
> 
> "Srinivas K" <srinuk@sasken.com> wrote in message
> news:ddi2qu$74p$1@ncc-nt.nt.sasken.com...
> > hi friends,
> >
> > post concepts regarding linux kernel which will be useful
> >
> >
> > --
> > Srinivasa Rao K
> > Systems Engineer
> > Nortel Business Unit
> > Sasken Communication Technologies Ltd
> > 139/25, Ring Road, Domlur
> > Bangalore - 560 071
> > Ph: 2535 5501 Extn.:4804
> > mail : srinuk@sasken.com
> >
> > "SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY
> > Mercer
> > Survey 2004"
> >
> >
> > SASKEN BUSINESS DISCLAIMER
> > This message may contain confidential, proprietary or legally Privileged
> > information. In case you are not the original intended Recipient of the
> > message, you must not, directly or indirectly, use, Disclose, distribute,
> > print, or copy any part of this message and you are requested to delete it
> > and inform the sender. Any views expressed in this message are those of
> > the
> > individual sender unless otherwise stated. Nothing contained in this
> > message
> > shall be construed as an offer or acceptance of any offer by Sasken
> > Communication Technologies Limited ("Sasken") unless sent with that
> > express
> > intent and with due authority of Sasken. Sasken has taken enough
> > precautions
> > to prevent the spread of viruses. However the company accepts no liability
> > for any damage caused by any virus transmitted by this email
> >
> >
> 
> 
> 
> "SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY Mercer Survey 2004"
> 
> 
>                            SASKEN BUSINESS DISCLAIMER
> This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

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

* Re: kernel
  2005-08-25  4:45 ` kernel Shwetha V
  2005-08-25  7:40   ` kernel vamsi krishna
@ 2005-08-25  9:38   ` Jesper Juhl
  2005-09-16  8:06   ` kernel Chikkali
  2 siblings, 0 replies; 17+ messages in thread
From: Jesper Juhl @ 2005-08-25  9:38 UTC (permalink / raw)
  To: Shwetha V; +Cc: linux-kernel

On 8/25/05, Shwetha V <shwethav@sasken.com> wrote:
> 
>  Could anyone inform which will be a good guide to start learning the linux
> kernel programming.
> 
Personally I've greatly enjoyed 
"Linux Kernel Development, 2ed" http://rlove.org/kernel_book/
and
"Linux Device Drivers, Third Edition" http://lwn.net/Kernel/LDD3/

-- 
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

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

* Re: kernel
  2005-08-25  4:45 ` kernel Shwetha V
  2005-08-25  7:40   ` kernel vamsi krishna
  2005-08-25  9:38   ` kernel Jesper Juhl
@ 2005-09-16  8:06   ` Chikkali
  2006-03-31 10:34     ` kernel vinayak
  2 siblings, 1 reply; 17+ messages in thread
From: Chikkali @ 2005-09-16  8:06 UTC (permalink / raw)
  To: linux-kernel


For beginners  "Understanding the Linux Kernel, 2nd Edition by Marco Cesati, 
Daniel P. Bovet"  book is very good.

Basavaraj C
Ext 5769

"Shwetha V" <shwethav@sasken.com> wrote in message 
news:dejie7$m6i$1@ncc-w.sasken.com...
> Could anyone inform which will be a good guide to start learning the linux 
> kernel programming.
>
> -- 
> Shwetha V
> Software Engineer - Networks Business Unit
> Sasken Communication Technologies Ltd.
> Gold Hill Square, Hosur Road, Bangalore.
> Ph: +91-80-25355501 Ext: 5799
> Web: www.sasken.com
>
>
> "Srinivas K" <srinuk@sasken.com> wrote in message 
> news:ddi2qu$74p$1@ncc-nt.nt.sasken.com...
>> hi friends,
>>
>> post concepts regarding linux kernel which will be useful
>>
>>
>> -- 
>> Srinivasa Rao K
>> Systems Engineer
>> Nortel Business Unit
>> Sasken Communication Technologies Ltd
>> 139/25, Ring Road, Domlur
>> Bangalore - 560 071
>> Ph: 2535 5501 Extn.:4804
>> mail : srinuk@sasken.com
>>
>> "SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY 
>> Mercer
>> Survey 2004"
>>
>>
>> SASKEN BUSINESS DISCLAIMER
>> This message may contain confidential, proprietary or legally Privileged
>> information. In case you are not the original intended Recipient of the
>> message, you must not, directly or indirectly, use, Disclose, distribute,
>> print, or copy any part of this message and you are requested to delete 
>> it
>> and inform the sender. Any views expressed in this message are those of 
>> the
>> individual sender unless otherwise stated. Nothing contained in this 
>> message
>> shall be construed as an offer or acceptance of any offer by Sasken
>> Communication Technologies Limited ("Sasken") unless sent with that 
>> express
>> intent and with due authority of Sasken. Sasken has taken enough 
>> precautions
>> to prevent the spread of viruses. However the company accepts no 
>> liability
>> for any damage caused by any virus transmitted by this email
>>
>>
>
> 



"SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY Mercer Survey 2004"


                           SASKEN BUSINESS DISCLAIMER
This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email

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

* Re: kernel
  2005-09-16  8:06   ` kernel Chikkali
@ 2006-03-31 10:34     ` vinayak
  0 siblings, 0 replies; 17+ messages in thread
From: vinayak @ 2006-03-31 10:34 UTC (permalink / raw)
  To: linux-kernel


There is a book called "Begining Linux kernel programming" by wrox 
publications....

My SignatureWith Regards, Vinayak B. Joshi Software Engineer,Semi Conductors 
BU Sasken Communication Technologies Limited Gold Hill Square,# 690 Hosur 
Main Road Bommanahalli Bangalore -560068, India Tel: + 91 80 56945947 Fax: + 
91 80 56945329
"Chikkali" <chikkali@sasken.com> wrote in message 
news:dgdudl$e22$1@ncc-t.sasken.com...
> For beginners  "Understanding the Linux Kernel, 2nd Edition by Marco 
> Cesati, Daniel P. Bovet"  book is very good.
>
> Basavaraj C
> Ext 5769
>
> "Shwetha V" <shwethav@sasken.com> wrote in message 
> news:dejie7$m6i$1@ncc-w.sasken.com...
>> Could anyone inform which will be a good guide to start learning the 
>> linux kernel programming.
>>
>> -- 
>> Shwetha V
>> Software Engineer - Networks Business Unit
>> Sasken Communication Technologies Ltd.
>> Gold Hill Square, Hosur Road, Bangalore.
>> Ph: +91-80-25355501 Ext: 5799
>> Web: www.sasken.com
>>
>>
>> "Srinivas K" <srinuk@sasken.com> wrote in message 
>> news:ddi2qu$74p$1@ncc-nt.nt.sasken.com...
>>> hi friends,
>>>
>>> post concepts regarding linux kernel which will be useful
>>>
>>>
>>> -- 
>>> Srinivasa Rao K
>>> Systems Engineer
>>> Nortel Business Unit
>>> Sasken Communication Technologies Ltd
>>> 139/25, Ring Road, Domlur
>>> Bangalore - 560 071
>>> Ph: 2535 5501 Extn.:4804
>>> mail : srinuk@sasken.com
>>>
>>> "SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY 
>>> Mercer
>>> Survey 2004"
>>>
>>>
>>> SASKEN BUSINESS DISCLAIMER
>>> This message may contain confidential, proprietary or legally Privileged
>>> information. In case you are not the original intended Recipient of the
>>> message, you must not, directly or indirectly, use, Disclose, 
>>> distribute,
>>> print, or copy any part of this message and you are requested to delete 
>>> it
>>> and inform the sender. Any views expressed in this message are those of 
>>> the
>>> individual sender unless otherwise stated. Nothing contained in this 
>>> message
>>> shall be construed as an offer or acceptance of any offer by Sasken
>>> Communication Technologies Limited ("Sasken") unless sent with that 
>>> express
>>> intent and with due authority of Sasken. Sasken has taken enough 
>>> precautions
>>> to prevent the spread of viruses. However the company accepts no 
>>> liability
>>> for any damage caused by any virus transmitted by this email
>>>
>>>
>>
>>
>
> 



"SASKEN RATED Among THE Top 3 BEST COMPANIES TO WORK FOR IN INDIA - SURVEY 2005 conducted by the BUSINESS TODAY - Mercer - TNS India"

                           SASKEN BUSINESS DISCLAIMER
This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email

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

end of thread, other threads:[~2006-03-31 11:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-12 11:58 kernel Srinivas K
2005-08-12 12:11 ` kernel Erik Mouw
2005-08-25  4:45 ` kernel Shwetha V
2005-08-25  7:40   ` kernel vamsi krishna
2005-08-25  9:38   ` kernel Jesper Juhl
2005-09-16  8:06   ` kernel Chikkali
2006-03-31 10:34     ` kernel vinayak
  -- strict thread matches above, loose matches on Subject: below --
2003-02-22  7:15 kernel paul raj
2003-02-22  8:15 ` kernel Jurriaan
2002-04-29 15:21 kernel Halil Demirezen
2001-10-18 15:09 kernel tushar  korde
2001-10-18 16:12 ` kernel Mark Frazer
2001-05-31 11:31 kernel robert seczkowski
2001-05-31 11:45 ` kernel Alan Cox
2001-05-31 11:52 ` kernel Keith Owens
2000-11-07  3:55 kernel Joe Harrington
2000-11-07  4:09 ` kernel David Riley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox