forked from KolibriOS/kolibrios
1)fixed applications iopl level 2)fixed #PF exceptions handler
3)changed sysfuncr.txt fn. 18.20, 64.1, 68.11, 68.16 git-svn-id: svn://kolibrios.org@172 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -374,7 +374,6 @@ B32:
|
||||
@@:
|
||||
mov [pg_data.kernel_tables], edx
|
||||
|
||||
|
||||
;!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
include 'detect/disks.inc'
|
||||
;!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
@@ -684,6 +683,9 @@ include 'vmodeld.inc'
|
||||
sub eax,ecx
|
||||
shl eax,2
|
||||
mov [0xf600],eax ; save tsc / sec
|
||||
mov ebx, 1000000
|
||||
div ebx
|
||||
mov [stall_mcs], eax
|
||||
|
||||
; SET VARIABLES
|
||||
|
||||
|
Reference in New Issue
Block a user