9 lines
163 B
C
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 */
|