Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 172 → Rev 173

/SPARTAN/trunk/include/config.h
31,10 → 31,13
 
#include <arch/types.h>
#include <typedefs.h>
#include <arch/mm/page.h>
 
#define STACK_SIZE PAGE_SIZE
 
#define CONFIG_MEMORY_SIZE 4*1024*1024
#define CONFIG_HEAP_SIZE 300*1024
#define CONFIG_STACK_SIZE 32*1024
#define CONFIG_STACK_SIZE STACK_SIZE
 
struct config {
__address base;