answersLogoWhite

0

System calls are an abstraction to simplify programming. For an example, lets assume that an application wants to save a file. It would be a terrible waste of effort to do it manually for each application, for each file system and each storage device, and it doesn't really care. The operating system knows how to do all that stuff, so the application generates a system call. It basically tells the operating system: "here's a bunch of data, save it to a file called myfile". The operating system hides all the messy details, and the application doesn't have to concern itself with them. There are all kinds of system calls, anywhere from getting the current time to playing noises on your speakers.

User Avatar

Wiki User

7y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
More answers

system calls let you make use of software functions that are built into an operating system

User Avatar

Wiki User

15y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of system calls?
Write your answer...
Submit
Still have questions?
magnify glass
imp