Subversion Repositories HelenOS

Rev

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

Rev 3198 Rev 3228
Line 38... Line 38...
38
#include <arch/types.h>
38
#include <arch/types.h>
39
#include <arch/mm/page.h>
39
#include <arch/mm/page.h>
40
 
40
 
41
#define STACK_SIZE      PAGE_SIZE
41
#define STACK_SIZE      PAGE_SIZE
42
 
42
 
43
#define CONFIG_MEMORY_SIZE  (16 * 1024 * 1024)
-
 
44
 
-
 
45
#define CONFIG_INIT_TASKS   32
43
#define CONFIG_INIT_TASKS   32
46
 
44
 
47
typedef struct {
45
typedef struct {
48
    uintptr_t addr;
46
    uintptr_t addr;
49
    size_t size;
47
    size_t size;