Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I have a first stage bootloader that works fine. I want to be able to use the a20 line, and some other things before I switch into protected mode. How would I go about turning a one stage bootloader into a two stage bootloader.
assuming your using a filesystem, just make your stage2 in a flat binary file and name it something like "stage2.bin" then, rather than loading the kernel, just load that instead..