source code for library calls

2005-03-16 Thread linay long
Hello all, Could you please provide link to the source code for user level calls like socket,bind ... which calls kernel functions sys_socket and sys_bind etc. I would like to know what instructions will be there in user level socket and bind other than calling sys_socket and sys_bind respectivel

Re: Re: Debugging linux Kernel

2005-03-14 Thread linay long
  Thanks Giger On Tue, 15 Mar 2005 Niklaus Giger wrote : >Am Montag, 14. März 2005 10.43 schrieb linay long: > > Hello All, > > > > I am new to debugging linux kernel. I have an mpc8540 based board with > > BDI2000. Now I am trying to debug Linux kernel.u-boot is the

Blocking process

2005-03-14 Thread linay long
Hello All, I have one doubt. How the process is blocking on a system call. For instance, I have one system call like  socket() from glibc. This library call is going to call sys_socket() kernel function.My doubt is how the fucntion socket in the application(process) is waiting untill sys_socket r

Debugging linux Kernel

2005-03-14 Thread linay long
  Hello All, I am new to debugging linux kernel. I have an mpc8540 based board with BDI2000. Now I am trying to debug Linux kernel.u-boot is the bootloader.The steps I followed listed below.The problem I am facing is when I put break point at start_kernel address got from System.map, use bootm