Loading and executing the Second Stage Boot Loader

In the last blog posting I have talked about how to read files from a FAT12 partition and print out its loaded content to the screen. In today’s blog posting I want to talk more about how to implement a Second Stage Boot Loader that can be loaded into memory for its execution. But let’s …

Loading and executing the Second Stage Boot Loader + read more