coreboot/src/lib/definitions.h
2001-03-13 04:22:19 +00:00

9 lines
163 B
C

#ifndef DEFINITIONS_H
#define DEFINITIONS_H
#include <stddef.h>
#define KERNEL_START (0x100000) /* Put our copy of linux here */
#endif /* DEFINITIONS_H */