diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-08 11:15:15 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-08 11:15:15 -0700 |
| commit | ee93dae261b1590216be7fd772c999020a421e04 (patch) | |
| tree | a08ed79afeb1ff2072e3cf0cddef86bdbd886284 /doc | |
| parent | c98f206328d436864a6fb29fd197f43143a7e3ce (diff) | |
bullets
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/assignment1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/assignment1.md b/doc/assignment1.md index 19790ba..c389a5e 100644 --- a/doc/assignment1.md +++ b/doc/assignment1.md @@ -175,9 +175,9 @@ Instructions: Please answer the following questions in complete sentences. Your 1. Describe the relationship between an API, the system-call interface, and the operating system. - API: Application Programming Interface - System-call interface: The API provided by the operating system for executing privileged instructions. - Operating System: The system managing the interface between the hardware and software. + * API: Application Programming Interface + * System-call interface: The API provided by the operating system for executing privileged instructions. + * Operating System: The system managing the interface between the hardware and software. The system-call interface is an API provided by the operating systems so that user programs can request access to perform functions like reading/writing to |
