Part 1 - http://www.youtube.com/watch?v=xjVJR6a4III
The follow on from part 1, looking at setting up your
bootloader to load the next file from the disk. We
will be creating a muti-stage bootloader, so your
boot.bin will look for and run nstage.sys (the next
stage).
The original video was nearly 20 minutes long so it
has been shortened and will be released in two parts.
As always i will comment all over both videos to
provide as much information to you as possible but
this stage is quite complicated so comment below with
any questions. This first part will look at how to
build the files together, with the second video
looking purely at the code in the boot.asm file
itself.
Links (These are your bestest OS friends :D):
http://mikeos.berlios.de/write-your-own-os.html
http://www.arl.wustl.edu/~lockwood/class/cs306/books/artofasm/toc.html
http://www.brokenthorn.com/Resources/OSDev1.html