YSU System Midterm

Created
Created
2023 Oct 18 7:42
Creator
Creator
Seonglae ChoSeonglae Cho
Editor
Edited
Edited
2023 Oct 25 5:58
Refs
Refs
코드 쓰는 건 없고 개념 묻기, Right is Linux and left is Rationale

Lecture 1

OS Kernel

Virtually all OS code (i.e., kernel code) gets executed within the context of a user process by interrupt
  • Multi-threading
    - Separate between resources and execution
    • Thread
      Idea is supporting multiple threads of execution within a single process and scheduled individually
    •  
       
 
 

Lecture 2

Process Scheduling

Which process to select from ready queue (50%) + When to select (50%) (Decision + Selection)
 
 

Lecture 3

Interrupt

 
 
 
 
 

Recommendations