Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

There are 7 messages in this thread.

You are currently looking at messages 0 to 7.

Hello Kernel - karthikbalaguru - 14:40 03-06-08



Hi,

I would like to pass commands from Shell
and check the information exchanged
between different routines in Kernel Space ?
Other than printk , Is there any tool / method
to do that ?

Thx in advans,
Karthik Balaguru

Re: Hello Kernel - karthikbalaguru - 14:55 03-06-08

On Jun 3, 11:40=A0pm, karthikbalaguru <karthikbalagur...@gmail.com>
wrote:
> Hi,
>
> I would like to pass commands from Shell
> and check the information exchanged
> between different routines in Kernel Space ?
> Other than printk , Is there any tool / method
> to do that ?
>

I am using linux 2.4 kernel.

Thx in advans,
Karthik Balaguru

Re: Hello Kernel - Ezekiel - 15:02 03-06-08

"karthikbalaguru" <k...@gmail.com> wrote in message 
news:3...@w4g2000prd.googlegroups.com...
On Jun 3, 11:40 pm, karthikbalaguru <karthikbalagur...@gmail.com>
wrote:
> Hi,
>
> I would like to pass commands from Shell
> and check the information exchanged
> between different routines in Kernel Space ?
> Other than printk , Is there any tool / method
> to do that ?
>
>
> I am using linux 2.4 kernel.


Let's step back for a moment. What is it that you're trying to do? I don't 
mean "check the information in the kernel being passed from shell 
commands" - I mean at a higher level. What problem/issue are you trying to 
solve where you think you need to do this?


** Posted from http://www.teranews.com **

Re: Hello Kernel - Moshe Goldfarb. - 15:14 03-06-08

On Tue, 3 Jun 2008 11:40:48 -0700 (PDT), karthikbalaguru wrote:

> Hi,
> 
> I would like to pass commands from Shell
> and check the information exchanged
> between different routines in Kernel Space ?
> Other than printk , Is there any tool / method
> to do that ?
> 
> Thx in advans,
> Karthik Balaguru

Wow that sounds like quite a hobby you have there!

-- 
Moshe Goldfarb
Collector of soaps from around the globe.
Please visit The Hall of Linux Idiots:
http://linuxidiots.blogspot.com/

Re: Hello Kernel - 15:24 03-06-08

On Jun 3, 2:40 pm, karthikbalaguru <karthikbalagur...@gmail.com>
wrote:
> Hi,
>
> I would like to pass commands from Shell
> and check the information exchanged
> between different routines in Kernel Space ?
> Other than printk , Is there any tool / method
> to do that ?

Look at procfs (the virtual files in /proc) some of which are now
supposed to
be in sysfs (/sys) under  2.6 kernels.

A number of kernel modules will create status files in one of these
places that you can view to see what they are up to.  You'd have to
examine them to see how they do it.  The spi mmc card driver does this
for example.

Re: Hello Kernel - Matthew Hicks - 15:55 03-06-08

copy_from_user()?


---Matthew Hicks


> Hi,
> 
> I would like to pass commands from Shell
> and check the information exchanged
> between different routines in Kernel Space ?
> Other than printk , Is there any tool / method
> to do that ?
> Thx in advans,
> Karthik Balaguru



Re: Hello Kernel - dbx_boy - 14:48 05-06-08

Moshe Goldfarb (flatfish) in real life Gary Stewart

http://colatrolls.blogspot.com/2008/01/moshe-goldfarb-troll.html
http://colatrolls.blogspot.com/2007/01/flatfish-troll.html

Traits:

    * Nym shifting (see below)
    * Self confessed thief and proud of it
    * Homophobic
    * Racist
    * Habitual liar
    * Frequently cross posts replies to other non-Linux related newsgroups
    * Frequently cross posts articles originally not posted to COLA


-- 
Don't like these posts? Stop feeding the troll

** Posted from http://www.teranews.com **