forked from KolibriOS/kolibrios
8 lines
184 B
PHP
8 lines
184 B
PHP
STACKSIZE equ 102400
|
|
HEAPSIZE equ 102400
|
|
|
|
include "..\..\proc32.inc"
|
|
include "..\include\kos_start.inc"
|
|
include "..\include\kos_func.inc"
|
|
include "..\include\kos_heap.inc"
|