Skip to content

Modifying xv6, Operating Systems and Networks Assignment

License

Notifications You must be signed in to change notification settings

SilverTongue1729/xv6-riscv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xv6

Xv6 is a re-implementation of the classic Dennis Richie's and Ken Thompson's UNIX V6. It was created for pedagogical purposes in MIT's Operating System Engineering course in 2006. See also https://pdos.csail.mit.edu/6.1810/, which provides pointers to on-line resources for v6.

Assignment for Operating Systems and Networks at IIIT Hyderabad.

Implemented:

  • System calls
    • getreadcount
    • sigalarm and sigreturn
  • Copy on write fork
  • Scheduling:
    • FCFS (First Come First Serve)
    • MLFQ (Multi Level Feedback Queue) with plots
    • PBS (Priority Based Scheduling) with plots

About

Modifying xv6, Operating Systems and Networks Assignment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published