Β· Steve Grice Β· pagekey operating system Β· 1 min read
OS2: First Bootloader
In this video, we install qemu and nasm so that we can build our first bootloader and run it.
Notes
Command for getting the first bootloader code:
wget https://raw.githubusercontent.com/pagekeysolutions/education/master/OS/video2/first.asm
Command for getting the Makefile:
wget https://raw.githubusercontent.com/pagekeysolutions/education/master/OS/video2/Makefile