Someone could tell me what mean 0,b,c,d,S,D ...
in syscall implementation ?
__asm__ volatile ("int $0x80"
:"=a" (__res) \
:"0" (__NR__##name), "b" ((long)(......
In fact I need some _syscall7 declaration and dunno
which operand to use as maximum declared is s4 : /
Regards, Fabian
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/