Re: sys_call_ptr_t

2007-09-10 Thread duryodhan
http://lxr.linux.no/source/arch/i386/kernel/syscall_table.S -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

Re: trying to clarify initramfs processing

2007-09-10 Thread duryodhan
Why not try to do this without initrd ? Compile your kernel with your root-fs support. Regards, duryodhan -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

Re: New system call and User space header file

2007-09-09 Thread duryodhan
You define your own macro for that , or setup your own function for that. That function will contain syscall(call_number). Simply stated, that macro refuses to compile on many a systems. (including mine, GCC 4.2) duryodhan -- To unsubscribe from this list: send an email with "unsubs

Re: sys_call_ptr_t

2007-09-09 Thread duryodhan
I am talking about 2.6.22.3 The syscall_table.S file has what I said before . -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

Re: New system call and User space header file

2007-09-08 Thread duryodhan
Regards, duryodhan -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

Re: sys_call_ptr_t

2007-09-08 Thread duryodhan
as system call. Regards, duryodhan -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

Re: Why system call is returning -1 ??????

2007-09-06 Thread duryodhan
ed to increment it by one. Regards, duryodhan -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

Re: how does an initramfs handle the "root=" boot time param?

2007-09-05 Thread duryodhan
/any/ advantages of using an initrd here? Regards, duryodhan -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

Re: alternate for sigreturn

2007-09-05 Thread duryodhan
Hey, Doesn't the list moderator convert all html messages to normal text messages? Regards, duryodhan On 9/5/07, Meena Shanmugam, TLS-Chennai <[EMAIL PROTECTED]> wrote: > > Hello All, > > I am working on porting BSD thread to one of the SVR4 unix OS. > > In