"Soumen Biswas" wrote:
> Hello,
>
> What exactly is the difference between syscall & __syscall ?
syscall() and __syscall() are pseudo-syscalls. They take arguments
and evaluate them as though they were real syscalls. You can see the code
in sys/i386/i386/trap.c.
Hello,
What exactly is the difference between syscall & __syscall ?
And in
in kern/init_sysent.c
struct sysent sysent[] = {
/* . */
{ 3, accept},
/*...*/
}
what does 3 denote ?
I believe it's the total size of all the arguments in 32 bit words
soum
> OS: FreeBSD 4.0
> I have a ported pascal compiler that doesn't work yet.
It does now work now, except for some minor details, and haven't worked on
libc linking yet. Am already subscribing to ports :-)
> I use ktrace (great tool btw) to find the problem, mainly because the differences
> betwe
3 matches
Mail list logo