Operating Systems @ Hanyang Univ.
Simple operating system based on xv6.
- MLFQ and Stride scehduler
- See
set_cpu_share
syscall.
- See
- Light weight process (LWP)
- See
pthread_create
,pthread_join
, andpthread_exit
syscall.
- See
- Large size filesystem.
- See
sync
syscall. - See
pwrite
, andpread
syscall.
- See