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

View File

@@ -246,7 +246,6 @@ iglobal
dd file_system_lfn ; 70-Common file system interface, version 2
dd syscall_window_settings ; 71-Window settings
dd sys_sendwindowmsg ; 72-Send window message
dd ntfs_read_file_record_sysfn
times 255 - ( ($-servetable2) /4 ) dd undefined_syscall
dd sys_end ; -1-end application