deleted

Programming, for all ages and all languages.
Post Reply
conlonloi
Posts: 4
Joined: Sun Sep 25, 2011 11:52 pm

deleted

Post by conlonloi »

~deleted
Last edited by conlonloi on Fri Sep 30, 2011 1:45 pm, edited 2 times in total.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: few questions about the system call in a small C program

Post by Brynet-Inc »

This is entirely platform dependant.

C library functions could call multiple system calls, it depends on the implementation.

Most Unix systems have methods of tracing process execution, there is ktrace(1) on BSD/Mac, DTrace.. and no doubt 15 or so separate Linux projects that can do the same.

This has little to do with the topic of OSDev, as for this being homework, there is a reason I didn't have kids.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Post Reply