Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 482 → Rev 483

/SPARTAN/trunk/generic/include/config.h
35,8 → 35,8
 
#define STACK_SIZE PAGE_SIZE
 
#define CONFIG_MEMORY_SIZE 8*1024*1024
#define CONFIG_HEAP_SIZE 300*1024
#define CONFIG_MEMORY_SIZE (8*1024*1024)
#define CONFIG_HEAP_SIZE (300*1024)
#define CONFIG_STACK_SIZE STACK_SIZE
 
struct config {