|
Message
From: Matjaz Breskvar<phoenix@o...>
Date: Fri Mar 25 05:33:00 CET 2005
Subject: [openrisc] syscall Table
* Balaji V. Iyer (bviyer@n...) wrote: > Hi Everyone, > Can someone please tell me (or point me to a liturature that explains) > the syscall table for the executable output by the gcc compiler for > OpenRISC?
I'm not sure i correctly understand your question. The syscall table for or32 linux port can be found in 'linux/arch/or32/kernel/entry.S'. Syscalls are implemented with 'l.sys' instruction which generates 'syscall exception' (more details are in arch manual)...
best regards, p.
|
 |