Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 297 Bytes

Introduction

The implementation of MIT's 6.828 Operating System Engineering

Supported Features

  • virtual memory management
  • multi-processing and round robin scheduling
  • several user space syscalls
  • a simple file system
  • network driver