forked from KolibriOS/kolibrios
replace vars 0x8000 0xC000 0xC004 0xD000 0x80000 whith symbolic constants
rename PROC_BASE -> SLOT_BASE git-svn-id: svn://kolibrios.org@380 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -29,7 +29,7 @@ DEBUG equ 1
|
||||
|
||||
OS_BASE equ 0
|
||||
new_app_base equ 0x80000000
|
||||
PROC_BASE equ OS_BASE+0x0080000
|
||||
SLOT_BASE equ OS_BASE+0x0080000
|
||||
|
||||
CAPS_SSE2 equ 26
|
||||
PG_SW equ 0x003
|
||||
|
Reference in New Issue
Block a user