Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 602 Bytes

santOS

This project aims to build an operating system supporting the i386 architecture.

Roadmap

  • setup and build system
  • printk
  • access multiboot info
  • testing infrastructure
  • output to a serial port for debugging purposes
  • having a working interrupt/exception handling system that can dump the contents of the registers
  • plan the memory map
  • malloc and free

Compile the kernel

Please read the instruction is BUILD to continue.

Tests

The kernel has a test framework, you can find more information in TESTING.