Skip to content
Jihun Kim edited this page Apr 23, 2019 · 2 revisions

Welcome to the 2019-ELE3021 wiki!

Simple shell for UNIX, writed in C.

CPU scheduler for xv6. Two types of scheduling algorithms are supported: Stride(default), MLFQ. MLFQ algorithm run with fixed portion of CPU (20%).

Clone this wiki locally