Commit ee93dae

mo khan <mo@mokhan.ca>
2021-02-08 18:15:15
bullets
1 parent c98f206
Changed files (1)
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