forked from KolibriOS/kolibrios
V86 manager allows to write to BIOS area
git-svn-id: svn://kolibrios.org@979 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
90718434fa
commit
0ac773ecd9
@ -121,7 +121,7 @@ v86_create:
|
||||
mov edx, ecx
|
||||
shl edx, 12
|
||||
push edx
|
||||
or edx, 101b
|
||||
or edx, 111b
|
||||
mov [eax+ecx*4], edx
|
||||
pop edx
|
||||
add edx, OS_BASE
|
||||
|
Loading…
Reference in New Issue
Block a user