Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Information about system calls
Name: Zulfi Khan Date: September 10, 2002 at 10:05:58 Pacific OS: 4.3BSD CPU/Ram: Intel P5-133 RAM:32MB
Comment:
Hi, Can somebody tell me about system call? How they help us to access Kernel code? Are they assembly language programs? What is the purpose of wrapper functions like create.o , open.o & son on.
Name: Jerry Lemieux Date: September 10, 2002 at 14:55:45 Pacific
Reply:
Read:
The Magic Garden Explained: The Internals of Unix System V, Release 4 An Open Systems Design by Berny Goodheart. He will answer all your questions. Advanced Programming in the Unix Environment by Stevens is also a good one. Or the Unix Programming Environment by Kernighan is excellent. If you are more interested in Linux, there are many books that explain Linux internals. Try:
www.amazon.com
Jerry
0
Response Number 2
Name: Zulfi Khan Date: September 11, 2002 at 06:19:07 Pacific
Reply:
Hi, Thanks.I have got many books on Unix. There are some prob. which are solved by discussion. That's why I put it on the forum.
Summary: I haven't been able to locate ANY information about this algorithm... would you know where I could find it? Even MJ Bach's "Design Of The UNIX Operating System" Book doesn't contain it... thanks (plea...
Summary: Hi, I need some information about what is the significance of having NIS on unix servers. Also, how does it affect the working of a particular unix login on a operating machine. I'll elaborate on th...
Summary: Do a "man S time" and look at the time() function. It returns the number of seconds since Jan 1, 1970 and on our machines is accurate to about 1/100th of a second. I'd just put a call to time() befo...