Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
/ ELE3021 Public archive

Operating Systems @ Hanyang Univ.

Notifications You must be signed in to change notification settings

frechele/ELE3021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELE3021

Operating Systems @ Hanyang Univ.

Simple operating system based on xv6.

Key features

  • MLFQ and Stride scehduler
    • See set_cpu_share syscall.
  • Light weight process (LWP)
    • See pthread_create, pthread_join, and pthread_exit syscall.
  • Large size filesystem.
    • See sync syscall.
    • See pwrite, and pread syscall.

About

Operating Systems @ Hanyang Univ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published