This repository holds some bootloader exercises/experiments based on 0xAX. It is written in GNU assembly (AT&T syntax).
$ as boot.s -o boot.o
$ ld --oformat binary -T linker.ld boot.o -o boot
Using qemu:
$ qemu-system-i386 boot
Normally build but run using bochs:
$ bochs