|
@ -13,7 +13,7 @@ void* pointer_parameter_struct; |
|
|
Service_Action service_action; |
|
|
Service_Action service_action; |
|
|
Directory_Table current_table; |
|
|
Directory_Table current_table; |
|
|
Parameter_Struct parameter_struct; |
|
|
Parameter_Struct parameter_struct; |
|
|
int local_segment = 0x50; |
|
|
int local_segment = 0x7e0; |
|
|
unsigned int heap_start = 0x2200; |
|
|
unsigned int heap_start = 0x2200; |
|
|
unsigned int heap_end = 0xffff; |
|
|
unsigned int heap_end = 0xffff; |
|
|
int stack_segment = 0x8fc0; |
|
|
int stack_segment = 0x8fc0; |
|
|