/xv6-Modification

This repository contains the modifications that we applied to xv6 OS in four different phases in the OS Lab course.

Primary LanguageC

xv6-Modification

This repo cloned from xv6 kernel with some new features. xv6 is a re-implementation of Dennis Ritchie's and Ken Thompson's Unix Version 6 (v6).

Lab#01: Introduction to XV6
Lab#02: System Calls
Lab#03: Synchronization And Concurrency
Lab#04: CPU Scheduling
Lab#05: Memory Management