 |
NetBurner 3.1
|
119 #define FLASH_SIZE ( 2 * 1024 * 1024 ) // Size of total flash in the 121 #define FS_SIZE ( 512 * 1024 ) // Amount allocated to file 125 #define FIRST_ADDR ( FLASH_SIZE - FS_SIZE ) // First file system address to 127 #define BLOCKSTART ( 2 ) // First block where file system 141 #define DESCSIZE ( 8 * 1024 ) // Size of one descriptor 142 #define DESCBLOCKSTART ( 0 ) // Position of first descriptor 143 #define DESCBLOCKEND ( 1 ) // Position of last descriptor 144 #define DESCCACHE ( 2048 )