Hellobootsector
Simple bootsector implementation
Install / Use
/learn @bx/HellobootsectorREADME
This is a simple boot sector implementation for systems with BIOS-style bootloaders. All it does is print 'Hello, boot sector!' and hang.
It should live in the first sector/MBR of a bootable disk. The build tools will take care of this for you and run it via qemu.
SYSTEM REQUIREMENTS
- qemu-system-i386
- nasm
- make
TO BUILD Run 'make'
TO RUN Run 'make run'
