Subversion Repositories HelenOS

Rev

Rev 102 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 102 Rev 105
Line 30... Line 30...
30
#define __CONFIG_H__
30
#define __CONFIG_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
#include <typedefs.h>
33
#include <typedefs.h>
34
 
34
 
35
#define CONFIG_MEMORY_SIZE  16*1024*1024
35
#define CONFIG_MEMORY_SIZE  4*1024*1024
36
#define CONFIG_HEAP_SIZE    300*1024
36
#define CONFIG_HEAP_SIZE    300*1024
37
#define CONFIG_STACK_SIZE   32*1024
37
#define CONFIG_STACK_SIZE   32*1024
38
 
38
 
39
struct config {
39
struct config {
40
    __address base;
40
    __address base;