mirror of
https://github.com/drasko/codezero.git
synced 2026-03-29 08:19:03 +02:00
10 lines
203 B
C
10 lines
203 B
C
#ifndef __INITTASK_ARCH_OFFSETS_H__
|
|
#define __INITTASK_ARCH_OFFSETS_H__
|
|
|
|
#define INITTASK_AREA_START 0xE0000000
|
|
#define INITTASK_AREA_END 0xF0000000
|
|
|
|
#define INITTASK_OFFSET INITTASK_AREA_START
|
|
|
|
#endif
|