Date: Thu, 13 Jan 2000 00:20:21 +0100 (MET) From: "Martin v.Loewis" <loewis@cs.tu-berlin.de> To: freebsd-emulation@FreeBSD.ORG Subject: Re: DUAL-brand ELF binaries Message-ID: <200001122320.AAA01012@elephant.cs.tu-berlin.de> In-Reply-To: <200001122154.WAA55229@dorifer.heim3.tu-clausthal.de> from Oliver Fromme at "Jan 12, 2000 10:54:17 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> As far as I know, there is no such thing as "direct syscalls". > All syscalls go through the libc. Sure there is. On Linux, "int 0x80" performs a system call. You can emit this instruction either directly (via assembler code), or via the _syscall<n> macros from <asm/unistd.h>. Regards, Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001122320.AAA01012>