Yuku free message boards
Username or E-mail:
Password:
Forgot
Password?
Sign Up
Grab the Yuku app
Search:
MenuetOS
menuetos
>
32bit - MenuetOS
>
Bug in kernel.asm
0 Points
Search this Topic:
Add Reply
New Topic
New Poll
Forum Jump
64bit - MenuetOS
64bit - Projects
64bit - Hardware
32bit - MenuetOS
32bit - Kernel
32bit - Applications
Help
Heap
<< Previous Topic
Next Topic >>
Re: Bug in kernel.asm
Author
Comment
Wildwest
#1
[-]
Advanced Member
Posts
: 121
Oct 21 04 4:57 PM
Reply
Quote
More
My Recent Posts
I'm improve my fix for getting real CPU frequency. You can see evolution of results at my page:
http://coolthemes.narod.ru/photoalbum2.html
.
For getting more correct CPU frequency you must replace '' imul ecx,66 '' in label "delay_ms" by this:
; Fix for CPU clock detection by Sergey Kuzmin aka Wildwest <kuzmin_serg [at] list.ru>
;10/21/2004
imul ecx, 8485
shr ecx, 7
;10/21/2004
;Fix for CPU clock detection by Sergey Kuzmin aka Wildwest <kuzmin_serg [at] list.ru>
CPUID 0.6 pre1 can be downloaded at
http://coolthemes.narod.ru/download.html
If you have some problems, please, e-mail me.
<< Previous Topic
Next Topic >>
Add Reply
Forum Jump
64bit - MenuetOS
64bit - Projects
64bit - Hardware
32bit - MenuetOS
32bit - Kernel
32bit - Applications
Help
Heap
Share This
Email to Friend
del.icio.us
Digg it
Facebook
Blogger
Yahoo MyWeb
menuetos
>
32bit - MenuetOS
>
Bug in kernel.asm
Click to subscribe by RSS
Click to receive E-mail notifications of replies