Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 318 Bytes

File metadata and controls

12 lines (9 loc) · 318 Bytes

Micro Operating System (mOs)

Description

Folder Structure

  • demos - Some demos using this simple kernel.
  • dev - How it was made, this folder contains code/solutions showing how the kernel was built.
  • lib - The release version os mOs.
  • src - The full source code.
  • tests - Some unit tests.

Port