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:
Evgeny Grechnikov (Diamond) 2008-12-27 21:41:14 +00:00
parent 90718434fa
commit 0ac773ecd9

View File

@ -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