A tiny 32 bit kernel written in ATS.
This was largely based on the rustboot project which does the same but using Rust.
It paints the screen bright red and then hangs. That's it:
You need a few things to run atsboot:
- qemu
- a cross-compiler for i386
- nasm
- ATS2 Positiats
To compile, simply
$ make
To run,
$ make run