On 2003-02-08 16:23, David Leimbach <[EMAIL PROTECTED]> wrote:
> Dave
> On Saturday, February 8, 2003, at 04:12 PM, Auge Mike wrote:
> >Hi all,
> >
> >I was trying to know how "printf" works in FreeBSD... I hvae
> >reached to this point :
> >
> >#define _write(fd, s, n) \
> >     __syscall(SYS_write, (int)(fd), (const void *)(s), (size_t)(n))
>
> Isn't it ultimately interrupt 08 on the PC with an index in the EAX
> register for the write "subroutine"?

Interrupt 0x80.

> I am pretty sure that's correct.  I might have the interrupt value
> wrong though.

- Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to