runtime: fix KERNELCPU_PAYLOAD_ADDRESS

This commit is contained in:
Sebastien Bourdeauducq 2015-07-28 02:12:14 +08:00
parent eec4a2d2d2
commit ae3a52c49c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define __KLOADER_H
#define KERNELCPU_EXEC_ADDRESS 0x40400000
#define KERNELCPU_PAYLOAD_ADDRESS 0x40404000
#define KERNELCPU_PAYLOAD_ADDRESS 0x40408000
extern long long int now;