Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (7 loc) · 301 Bytes

File metadata and controls

7 lines (7 loc) · 301 Bytes

Operating System Kernel

  • Project for course 'Operating Systems 1'
  • Implementation of multi-threaded kernel with time-sharing on single, Intel 8086 processor, emulating MS DOS
  • Written in Borland C++ and assembly

Includes:

  • context switching, preemption, semaphores, events and signals