Myles Watson wrote:
I keep forgetting that the bootblock has to be < 64Kb so that the start is reachable with a jump in 16-bit mode.
Why does it not work to do e.g. jmp fffe:0000?
A larger bootblock makes it build but fails to boot.
Maybe that can be fixed. Or maybe not?
//Peter