Skip to content

Modified the original xv6 source code to add new system calls and implemented different scheduling policies, such as Multi Level Feedback Queue, Modified Priority Based and First Come First Serve to boost system performance.

Notifications You must be signed in to change notification settings

Nijesh2422/Enhanced-XV6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

Intro to Xv6

OSN Monsoon 2023 mini project 2

Some pointers

  • main xv6 source code is present inside initial_xv6/src directory. This is where you will be making all the additions/modifications necessary for the first 3 specifications.

  • work inside the networks/ directory for the Specification 4 as mentioned in the assignment.

  • Instructions to test the xv6 implementations are given in the initial_xv6/README.md file.

  • You are free to delete these instructions and add your report before submitting.

About

Modified the original xv6 source code to add new system calls and implemented different scheduling policies, such as Multi Level Feedback Queue, Modified Priority Based and First Come First Serve to boost system performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages