Skip to content

A modified version of MIT's xv6 OS.

License

Notifications You must be signed in to change notification settings

fiza11/xv6-public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified xv6

Implemented FCFS, PBS and MLFQ scheduling algorithms in MIT-xv6 OS.

Features

  • waitx system call.
  • getpinfo system call.
  • FCFS, PBS and MLFQ scheduling algorithms.

How to run

  • make clean
  • make qemu SCHEDPOL=<FLAG>.

About

A modified version of MIT's xv6 OS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 80.6%
  • C++ 4.6%
  • Assembly 3.8%
  • Makefile 3.4%
  • Shell 2.3%
  • Perl 2.1%
  • Other 3.2%