OS2: First Bootloader
January 2, 2020
Project: pkos
In this video, we install qemu and nasm so that we can build our first bootloader and run it.
NotesCommand 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
Sources
CodeProject: pkos