Loading the kernel, and paging
Posted: Sun Apr 06, 2003 11:00 pm
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?