high kernel

git-svn-id: svn://kolibrios.org@394 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2007-03-06 19:26:52 +00:00
parent ecc2925f76
commit 87fc474bee
10 changed files with 49 additions and 46 deletions

View File

@@ -149,14 +149,14 @@ app_code_l:
dw 0
db 0
db cpl3
dw G32+D32+0x8000+0x7;
dw G32+D32+(new_app_base shr 16)+0x7;
app_data_l:
dw 0xFFFF
dw 0
db 0
db drw3
dw G32+D32+0x8000+0x7;
dw G32+D32+(new_app_base shr 16)+0x7;
; --------------- APM ---------------------
apm_code_32: