Nothing Special   »   [go: up one dir, main page]

Skip to content

DaryaZareM/xv6OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

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