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 problem:
I have made boot.asm that load loader in 0x9000
The loader reads from floppy from 4 sector to 54 kernel made in c
Then jumps k_init.asm works but I can't jump to _main
Whats wrong?