Subversion Repositories HelenOS-historic

Rev

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

Rev 1037 Rev 1138
Line 34... Line 34...
34
#include <arch/mm/page.h>
34
#include <arch/mm/page.h>
35
 
35
 
36
#define STACK_SIZE      PAGE_SIZE
36
#define STACK_SIZE      PAGE_SIZE
37
 
37
 
38
#define CONFIG_MEMORY_SIZE  (8 * 1024 * 1024)
38
#define CONFIG_MEMORY_SIZE  (8 * 1024 * 1024)
39
#define CONFIG_STACK_SIZE   STACK_SIZE
-
 
-
 
39
 
40
#define CONFIG_INIT_TASKS   32
40
#define CONFIG_INIT_TASKS   32
41
 
41
 
42
typedef struct {
42
typedef struct {
43
    __address addr;
43
    __address addr;
44
    size_t size;
44
    size_t size;