atsboot
atsboot copied to clipboard
A tiny 32 bit kernel written in ATS
atsboot
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:

Setup
You need a few things to run atsboot:
- qemu
- a cross-compiler for i386
- nasm
- ATS2 Positiats
Running it
To compile, simply
$ make
To run,
$ make run