forked from KolibriOS/kolibrios
1)new memory layout
2)Infinity 1.0 git-svn-id: svn://kolibrios.org@378 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -59,19 +59,19 @@ os_data_l:
|
||||
db 0x00
|
||||
|
||||
app_code_l:
|
||||
dw 0xFFFF;((0x80000000-std_application_base_address) shr 12) and 0xffff
|
||||
dw 0xFFFF
|
||||
dw 0
|
||||
db 0x40
|
||||
db 0
|
||||
db cpl3
|
||||
dw G32+D32+0x6000+0x7;
|
||||
dw G32+D32+0x8000+0x7;
|
||||
|
||||
app_data_l:
|
||||
dw 0xFFFF;(0x80000000-std_application_base_address) shr 12 and 0xffff
|
||||
dw 0xFFFF
|
||||
dw 0
|
||||
db 0x40
|
||||
db 0
|
||||
db drw3
|
||||
dw G32+D32+0x6000+0x7;
|
||||
|
||||
dw G32+D32+0x8000+0x7;
|
||||
|
||||
; --------------- APM ---------------------
|
||||
apm_code_32:
|
||||
dw 0x0f ; limit 64kb
|
||||
|
Reference in New Issue
Block a user