Files
novaOS/README.md

354 B

NovaOS

NovaOS is a expository project where I build a kernel from scratch for a Raspberry PI 3 B+.

Technical write-up

Features

  • Delay and sleep ✓
  • UART ✓
  • GPIOs ✓
  • GPIO Interrupts ✓
  • Communicate with peripherals via mailboxes ✓
  • Frame Buffer ✓
  • MMU
  • Basic Terminal over UART