* System Call in MIPS
@ 2003-01-02 3:57 chamak man
2003-01-02 11:05 ` Ralf Baechle
0 siblings, 1 reply; 3+ messages in thread
From: chamak man @ 2003-01-02 3:57 UTC (permalink / raw)
To: linux-mips
Hi,
I am finding problems in adding a new system call
for MIPS kernel. Where can i get information on it.
with regards,
sumanth.g
________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
visit http://in.tv.yahoo.com
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: System Call in MIPS
2003-01-02 3:57 System Call in MIPS chamak man
@ 2003-01-02 11:05 ` Ralf Baechle
0 siblings, 0 replies; 3+ messages in thread
From: Ralf Baechle @ 2003-01-02 11:05 UTC (permalink / raw)
To: chamak man; +Cc: linux-mips
On Thu, Jan 02, 2003 at 03:57:04AM +0000, chamak man wrote:
> I am finding problems in adding a new system call
> for MIPS kernel. Where can i get information on it.
See include include/asm-mips/unistd.h and arch/mips/kernel/scall_o32.S.
In general adding new syscalls is considered a bad idea you may want to
look into using ioctl, sysctl(2) or procfs.
Ralf
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: System Call in MIPS
@ 2003-01-02 15:42 Zajerko-McKee, Nick
0 siblings, 0 replies; 3+ messages in thread
From: Zajerko-McKee, Nick @ 2003-01-02 15:42 UTC (permalink / raw)
To: 'chamak man', linux-mips
One thing to check is if unistd.h matches whats in the syscall table. In
2.4.17 I was working with, there were more entries in the defines than in
the table so when I added my calls they went to never never land...
-----Original Message-----
From: chamak man [mailto:chamakmann@yahoo.co.in]
Sent: Wednesday, January 01, 2003 10:57 PM
To: linux-mips@linux-mips.org
Subject: System Call in MIPS
Hi,
I am finding problems in adding a new system call
for MIPS kernel. Where can i get information on it.
with regards,
sumanth.g
________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
visit http://in.tv.yahoo.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-02 15:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-02 3:57 System Call in MIPS chamak man
2003-01-02 11:05 ` Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
2003-01-02 15:42 Zajerko-McKee, Nick
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.