kernel: show cpu frequency in Mhz, not Hz

git-svn-id: svn://kolibrios.org@3502 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2013-05-11 20:53:01 +00:00
parent b9d4fa554f
commit 5e88b2cdeb

View File

@ -843,6 +843,8 @@ end if
shl eax, 2
mov dword [cpu_freq], eax
mov dword [cpu_freq+4], edx
mov ebx, 1000000
div ebx
mov ebx, eax
movzx ecx, word [boot_y]