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

Latest commit

 

History

History
13 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 348 Bytes

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.