Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 682 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 682 Bytes
  1. p1 -> New York Times "Letter Boxed " solution validator
  2. p2 -> Custom syscall in xv6 to fetch parent process info
  3. p3 -> Unix Shell from scratch
  4. p4 -> Dynamic Stride Scheduler implementation in xv6
  5. p5 -> Custom memory mapping/ unmapping in xv6 with lazy allocation and copy-on-write
  6. p6 -> Simple Unix-based Filesystem (Similar to FFS) with RAID-0 and RAID-1 support