On Fri, 17 Mar 2000, Konstantin Zhidkov wrote:
There is APICBASE MSR int P6 processors,which should be initialized before first interrupt occur. Here is simplest working code:
xor eax, eax xor edx, edx mov ecx, 0x1b wrmsr
This did the trick for me, BTW. Interrupts happened, Jiffies incremented, calibrate_delay() finished ...
ron
- To unsubscribe: send mail to majordomo@freiburg.linux.de with 'unsubscribe openbios' in the body of the message