Rev 2323 | Rev 2349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2323 | Rev 2339 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | #include <printf.h> |
40 | #include <printf.h> |
41 | 41 | ||
42 | #include "mm.h" |
42 | #include "mm.h" |
43 | 43 | ||
44 | /** Kernel entry point address. */ |
44 | /** Kernel entry point address. */ |
45 | #define KERNEL_VIRTUAL_ADDRESS 0x80200000 |
45 | #define KERNEL_VIRTUAL_ADDRESS 0x80150000 |
46 | 46 | ||
47 | 47 | ||
48 | char *release = RELEASE; |
48 | char *release = RELEASE; |
49 | 49 | ||
50 | #ifdef REVISION |
50 | #ifdef REVISION |