|
Last change
on this file since 743 was
724,
checked in by cfuguet, 11 years ago
|
|
branches/fault_tolerance:
- Recreating fault_tolerance branch with all new modifications from
trunk.
- Introducing distributed boot rom in the tsar_generic_iob platform
|
|
File size:
282 bytes
|
| Line | |
|---|
| 1 | #include <defs_platform.h> |
|---|
| 2 | |
|---|
| 3 | #define RESET_VERSION 0x00010002 |
|---|
| 4 | |
|---|
| 5 | #define BOOT_LOADER_LBA 2 |
|---|
| 6 | #define PHDR_ARRAY_SIZE 16 |
|---|
| 7 | |
|---|
| 8 | #define BLOCK_SIZE 512 |
|---|
| 9 | |
|---|
| 10 | #ifndef CLUSTER_IO |
|---|
| 11 | # define CLUSTER_IO 0 |
|---|
| 12 | #endif |
|---|
| 13 | |
|---|
| 14 | // vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab |
|---|
| 15 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.