Files
x86-bare-metal-examples/multiboot/hello-world

Hello World

Multiboot hello world.

The main.img file can be burned to a USB and run on real hardware.

Uses VGA output because we cannot use BIOS calls from protected mode: http://stackoverflow.com/questions/5794991/why-cant-i-call-bios-interrupts-from-protected-mode

Originally minimized from https://github.com/programble/bare-metal-tetris