Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 234 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 234 Bytes

ScratchOS

This is a basic operating system written in scratch3, writing to the vga buffer.

  1. You need to have scratchnative and scratch2exe.py in your PATH, as well as a gcc x86_64 cross compiler
  2. Run make run
  3. Enjoy!