Reboots after OR AL,1 MOV CR0, EAX on some computers.

2004-07-16 Thread breath
Hi. I need some help. I think you'll be interested. I develop a little OS that will boot from floppy. It's still under construction and has about five thousand lines of assembly source now. I use Bochs emulator to debug it and after that I test it on my real computer. I have all working correctly

Re: Reboots after OR AL,1 MOV CR0, EAX on some computers.

2004-07-16 Thread Sergey Zaharchenko
On Fri, Jul 16, 2004 at 12:32:24AM +0400, breath probably wrote: Normal: When you boot from the floppy you get something like black screen and computer hangs up (but not reboots) Abnormal: When you boot from the floppy you get a screen splash and then back to reboot POST procedure. Heh.