|
From: Jurgen V. G. <jur...@st...> - 2001-10-09 22:41:51
|
When I use the loop in loadros.asm, I get these results: If I put the break here: ;; ;; Enter pmode and clear prefetch queue ;; mov eax,cr0 or eax,0x10001 mov cr0,eax .break: jmp .break jmp .next .next: Then the system freezes with a blue screen When I put the loop after jmp .next, the system reboots. Am I right we are talking pmode right now. Could it be that the gdt or idt is not setup properly? Let me know, Jurgen ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |