site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZPAFOC9qbvMxH8fjyYE57P3iOGXucg21zSxopaJLXGsD01iz/oxYCwuMi7zVH3cJifXHRmho7OowPFehKg89NJpShJhedHf1RWisNjx9Ve5REwh4OSWYHaOHRQ2uGt3aMvybjwioQSH1UK7wAJ/P+/fLO+TYL2nuCvquUOB/8eg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ohaV8/WebYP/fjVDbUy1tvc66aYs+BICUOFNqdnc7PCwKkYH8I9FGIijSugSlgX1xi3yffzZewHJIkYQY2c3BAYxERR9WztoJOPZtXnEwGq5GVnPPcTjvHUocBLbIu54ZD8qsZEDogmygbJaD6osR6nfD2Pgd90qK+l81q4Fm6g= L_foo$lazy_ptr + On 8/2/07, Michael Smith <drivers@mu.org> wrote:
On Aug 2, 2007, at 8:28 AM, mm w wrote:
sorry, it was really difficult to find, but i finally found what i needed to know :) nasm sucks :D
mov ebx,0 mov eax,1 int 0x80
If what you mean is "I have found out how to make system calls", then I would point out that the ABI offered to user programs under Darwin is at the interface to the system-supplied frameworks.
System calls, their numbering, arguments and semantics are subject to change at any time, and any assumptions you make about them are intrinsically invalid.
= Mike
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
mm w