forked from KolibriOS/kolibrios
kernel: Split acpi.inc and hpet.inc from init.inc.
Also, replace some hardcoded constants with macros. git-svn-id: svn://kolibrios.org@8111 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -248,7 +248,6 @@ BTN_ADDR = OS_BASE + 0x000FE88
|
||||
MEM_AMOUNT = OS_BASE + 0x000FE8C
|
||||
|
||||
SYS_SHUTDOWN = OS_BASE + 0x000FF00
|
||||
TASK_ACTIVATE = OS_BASE + 0x000FF01
|
||||
|
||||
|
||||
TMP_STACK_TOP = 0x007CC00
|
||||
@@ -278,7 +277,7 @@ LFB_BASE = 0xFE000000
|
||||
|
||||
new_app_base = 0;
|
||||
|
||||
twdw = 0x2000 ; CURRENT_TASK - window_data
|
||||
twdw = CURRENT_TASK - window_data
|
||||
|
||||
std_application_base_address = new_app_base
|
||||
RING0_STACK_SIZE = 0x2000
|
||||
|
Reference in New Issue
Block a user