|
From: Jurgen V. G. <jur...@st...> - 2001-10-08 18:58:29
|
Hi, I did some tests with loadros.com and found this result: When I put a loop in loadros.asm as described: ;; ;; Enter pmode and clear prefetch queue ;; mov eax,cr0 or eax,0x10001 mov cr0,eax ;; here a loop .break jmp break; jmp .next .next: Then the computer freezes with a blue screen, when I continue remove the loop, the computer restarts. jurgen ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |