reverted wrong files from the prev revision

git-svn-id: svn://kolibrios.org@1517 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond)
2010-07-14 17:19:20 +00:00
parent 0d2b81dd89
commit 04ca8139b5
3 changed files with 8 additions and 51 deletions

View File

@@ -1423,9 +1423,9 @@ proc set_mtrr stdcall, base:dword,size:dword,mem_type:dword
mov ebx, [size]
dec ebx
mov eax, 0xFFFFFFFF
; mov edx, 0x0000000F
mov edx, 0x0000000F
sub eax, ebx
; sbb edx, 0
sbb edx, 0
or eax, 0x800
inc ecx
wrmsr