Re: Re: Say Hi and language exchange(I'm Chinese)

2009-04-24 Thread Thomas De Schampheleire
Ni hao :-) The full name of LDD3 is Linux Device Drivers, third edition. It is available in PDF version here: http://lwn.net/Kernel/LDD3/ Best regards, Thomas 2009/4/24 xiaohuidexinge xiaohuidexi...@163.com: Thank you very much. :) what is the full name of the book LDD3? And where I can find

Re: Compile Question

2009-04-06 Thread Thomas De Schampheleire
On Sun, Apr 5, 2009 at 9:57 PM, Stoyan Gaydarov stoyboy...@gmail.com wrote: On Sun, Apr 5, 2009 at 3:55 AM, Rohit Sharma imreckl...@gmail.com wrote: Linux supports many architectures for its portability. So architecture specific codes resides in arch directory. Ya i know that but there should

Re: I need to crash and hang Linux

2008-09-19 Thread Thomas De Schampheleire
On Fri, Sep 19, 2008 at 7:16 AM, shankar [EMAIL PROTECTED] wrote: Hi, I am looking for innovative ways to crash and 'hang' my embedded Linux board ( ARM11 cpu ). This is to check if I can debug the problem with my Lauterbach ICD debugger set up with Linux awareness. ( In the

Re: creating /dev/console

2008-07-31 Thread Thomas De Schampheleire
Hello, You are creating /dev/console after the system is trying to use it. No second attempt is made to open /dev/console, so the system stays blocked. /dev/console should be created before the point where the warning currently is displayed... Best regards, Thomas 2008/7/31 Hinko Kocevar

Re: insmod implementation

2008-05-14 Thread Thomas De Schampheleire
On Wed, May 14, 2008 at 11:23 AM, srimugunthan dhandapani [EMAIL PROTECTED] wrote: Hi, I know that insmod is used to runtime link a module to the kernel. I would like to learn how it is implemented. Can somebody suggest some reading material and links to understand it . Thanks, Mugunthan

Re: Bad Erase block

2008-02-27 Thread Thomas De Schampheleire
On Wed, Feb 27, 2008 at 12:51 AM, Peter Teoh [EMAIL PROTECTED] wrote: On Thu, Feb 21, 2008 at 3:21 PM, tomy [EMAIL PROTECTED] wrote: Hi, During Linux booting, some bad erase block printf is coming as following. Scanning device for bad blocks Bad eraseblock 0 at 0x

Re: current status on drivers for webcams

2008-02-21 Thread Thomas De Schampheleire
On Thu, Feb 21, 2008 at 10:18 AM, Robert P. J. Day [EMAIL PROTECTED] wrote: On Thu, 21 Feb 2008, Thomas De Schampheleire wrote: On Wed, Feb 20, 2008 at 9:07 PM, Brandon Philips [EMAIL PROTECTED] wrote: On 13:17 Wed 20 Feb 2008, Robert P. J. Day wrote: i just picked up a logitech

Re: Kernel panic on Linux boot up

2008-02-20 Thread Thomas De Schampheleire
Hi, On Feb 20, 2008 8:39 AM, tomy [EMAIL PROTECTED] wrote: Hello, I am working on booting Linux on an embedded platform (AT91SAM9260). In this I am using a JFFS2 flash file system . I have created a Jffs2 file system using mkfs.jffs2. I have written this file system on a

Re: Kernel panic on Linux boot up

2008-02-20 Thread Thomas De Schampheleire
On Feb 20, 2008 11:10 AM, Raseel Bhagat [EMAIL PROTECTED] wrote: Hi Tomy On Feb 20, 2008 3:29 PM, tomy [EMAIL PROTECTED] wrote: tomy wrote: There is no problem with the file system, I have checked that.But is there any thing to specify in the boot loader regarding the files

Re: Kernel panic on Linux boot up

2008-02-20 Thread Thomas De Schampheleire
On Feb 20, 2008 12:00 PM, tomy [EMAIL PROTECTED] wrote: In Linux, flash partition is given below static struct mtd_partition __initdata ek_nand_partition[] = { { .name= Kernel, .offset= 0x, .size= 4 * 1024 * 1024, }, { .name

Re: unclean root file-system after shutting down from single-user-mode

2008-02-14 Thread Thomas De Schampheleire
On Thu, Feb 14, 2008 at 2:22 PM, Pravin [EMAIL PROTECTED] wrote: I think you'd better use the standard init, which has support for startup and shutdown scripts. If you customize them, together with a custom inittab, then you can have your system start just your application, but

Re: unclean root file-system after shutting down from single-user-mode

2008-02-13 Thread Thomas De Schampheleire
Hi, On Feb 13, 2008 12:23 PM, Pravin [EMAIL PROTECTED] wrote: Hi, I need to run single application on a linux kernel so that I can get better performance. For that I used init=/my_application as kernel parameter This made sure that kernel will run only this application. As there are no

Re: Question about Endian Order

2008-01-23 Thread Thomas De Schampheleire
Hello, On Jan 23, 2008 9:37 AM, Li Xiaodong [EMAIL PROTECTED] wrote: Hi Vichy, To q1, I think the memory contents should be (on Linux): I think you are mistaken here. The endianness is not a property of the operating system, but rather a property of the processor you are running on. Linux

Re: Question about Endian Order

2008-01-23 Thread Thomas De Schampheleire
last. During compilation, this is translated to the correct byte order for the machine you are targeting. Best regards, Thomas -Original Message- From: Thomas De Schampheleire [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 5:10 PM To: Li Xiaodong Cc: [EMAIL

Re: Linux Install

2008-01-09 Thread Thomas De Schampheleire
Hello, On Jan 9, 2008 10:13 AM, Linto Poulose E [EMAIL PROTECTED] wrote: Hi friends, I need to know whether i can install a minimal linux system without depending on a Linux distribution. That means from scrach by downloading source or other utilities. Yes you can, take a look at the Linux

Re: atomic_t

2008-01-05 Thread Thomas De Schampheleire
Hello, On Jan 3, 2008 4:45 PM, Manish Katiyar [EMAIL PROTECTED] wrote: As everyone mentioned, it is to upgrade the data structure, without affecting the existing code. It also prevents coders who liberally use int with other datatypes like long etc. from doing so and thus also prevents some

Re: Easily find the source file containing an entry point

2007-12-20 Thread Thomas De Schampheleire
Hi, On Dec 20, 2007 6:28 AM, Manish Katiyar [EMAIL PROTECTED] wrote: Hi, The other option is to browse the source code from web browser. you will get links there. Try lxr.linux.no Hope that helps On Dec 20, 2007 10:57 AM, Manish Katiyar [EMAIL PROTECTED] wrote: Hi, The other option

Re: problem with linux booting

2007-10-19 Thread Thomas De Schampheleire
Hi, On 10/19/07, rahul yadav [EMAIL PROTECTED] wrote: Hi Bernd, Thanks for the reply. But my problem is still existing. You copied the wrong file. Which file exactly did you copy? after compliation one executable with the name vmlinux is created. that i copied. The file you probably