Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 297 Bytes

sv6OS

os project adding some system calls like : getParentId: return parent ID of this process getChildren: return array of children IDs getSyscallCaounter: return numbet of times this process has called

scheduling methods:

round-robin Scheduling

priority Scheduling

multy queue Scheduling