Space Heater OS

Space Heater OS is an experimental OS designed to run your cpu on 100% usage to heat the room your computer is in.

x86 character sheet

Compile

nasm -f bin boot.asm -o boot.bin

Test OS

qemu-system-x86_64 boot.bin

Install required programs on windows

nasm

qemu