Please enable JavaScript.
Coggle requires JavaScript to display documents.
System Structures - Coggle Diagram
System Structures
-
-
-
System Call
-
-
Mostly accessed by programs via a high-level Application Program Interface (API) rather than direct system call use
Three most common APIs are Win32 API for Windows, POSIX API for POSIX-based systems (including virtually all versions of UNIX, Linux, and Mac OS X), and Java API for the Java virtual machine (JVM)
-
Objectives
To describe the services an operating system provides to users, processes, and other systems
To discuss the various ways of structuring an operating system
To explain how operating systems are installed and customized and how they boot
-
-