Subversion Repositories HelenOS-historic

Rev

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

Rev 105 Rev 173
Line 29... Line 29...
29
#ifndef __CONFIG_H__
29
#ifndef __CONFIG_H__
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
#include <arch/mm/page.h>
-
 
35
 
-
 
36
#define STACK_SIZE      PAGE_SIZE
34
 
37
 
35
#define CONFIG_MEMORY_SIZE  4*1024*1024
38
#define CONFIG_MEMORY_SIZE  4*1024*1024
36
#define CONFIG_HEAP_SIZE    300*1024
39
#define CONFIG_HEAP_SIZE    300*1024
37
#define CONFIG_STACK_SIZE   32*1024
40
#define CONFIG_STACK_SIZE   STACK_SIZE
38
 
41
 
39
struct config {
42
struct config {
40
    __address base;
43
    __address base;
41
    size_t memory_size;
44
    size_t memory_size;
42
    size_t kernel_size;
45
    size_t kernel_size;