Ok, so i have a boot sector that loads a raw binary file (like dos COM).. it adopts the FAT file system... well.. that's all fine and well, but it gets to
"Loading AXNET.." (a dot per kernel file sector) and dies.. no triple fault, cpu doesnt reset.... my kernel loads in this order: i call the a20 linit code (nasm) and then i call the pmode init code and i jmp to the main function in the C file.. should i insert here the shell script i have to compile it and such? i don't know.. hrm. any help appreciated..
Protected Mode, A20, Kernel In General, A Problem..
Re:Protected Mode, A20, Kernel In General, A Problem..
Ok, so i have erased the code i have and i have restarted.. at least i finally got it to triple-fault.. erm.. i still may need some help though.. thanks