Loading the kernel, and paging

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.
Post Reply
shadrak

Loading the kernel, and paging

Post by shadrak »

Im having trouble getting out of my bootsector. The 1st thing i do is use the BIOS to load it from the 2cnd sector into 1000h, then i get into pmode and copy it from 1000h to 100000h (1mb). Then i jmp 100000h. crash. Do i have to use paging? how do u set up the most simple page system and multitasking?
Post Reply