source: trunk/softs/tsar_boot/include/defs.h @ 704

Last change on this file since 704 was 704, checked in by alain, 10 years ago

tsar_boot:

  • Erasing unused constant in defs.h
  • Modofication in IO access functions to allow addressing in clusters using physical address extension
File size: 225 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// vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab
11
Note: See TracBrowser for help on using the repository browser.