#include <stdarg.h>
#include <stddef.h>
#include "types.h"
#include "elf.h"
#include "string.h"
#include "stdio.h"
#include "page.h"
#include "ops.h"
#include "of.h"
Go to the source code of this file.
|
#define | PROG_START 0x01400000 /* only used on 64-bit systems */ |
|
#define | RAM_END (512<<20) /* Fixme: use OF */ |
|
#define | ONE_MB 0x100000 |
|
Definition at line 23 of file of.c.
#define PROG_START 0x01400000 /* only used on 64-bit systems */ |
Definition at line 21 of file of.c.
#define RAM_END (512<<20) /* Fixme: use OF */ |
Definition at line 22 of file of.c.
Definition at line 64 of file of.c.