Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 513 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 513 Bytes

WYOOS

Operating Systems Fall 2020 Final Project (Course Link)

Description

This project is my implementation of a simple OS based on the Write Your Own Operating System series.

Features

My OS has the following features:

  • "Hello-World" Operating System, Boot-Process and Text-Output
  • Runs in a virtual machine (e.g., VirtualBox)
  • Memory-Segmentation, Global Descriptor Table
  • Hardware-Communication / Ports
  • Interrupts
  • Keyboard
  • Mouse