Last change
on this file since 621 was
586,
checked in by alain, 11 years ago
|
Modify the name "boot" to "reset" to avoid confusion
between the pre-loader and the boot-loader...
Increase the size of the segment containing the stacks.
|
File size:
221 bytes
|
Rev | Line | |
---|
[292] | 1 | #include <defs_platform.h> |
---|
| 2 | |
---|
[586] | 3 | #define RESET_VERSION 0x00010002 |
---|
[292] | 4 | |
---|
[586] | 5 | #define RESET_STACKS_SIZE 0x11000 /* 64 bytes * 1024 + 4 Kbytes (for P0) = 68 Kbytes */ |
---|
| 6 | #define BOOT_LOADER_LBA 2 |
---|
| 7 | #define PHDR_ARRAY_SIZE 16 |
---|
[292] | 8 | |
---|
Note: See
TracBrowser
for help on using the repository browser.