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
RevLine 
[292]1#include <defs_platform.h>
2
[586]3#define RESET_VERSION       0x00010002
[292]4
[586]5#define BOOT_LOADER_LBA     2
[701]6#define PHDR_ARRAY_SIZE     16
[292]7
[701]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.