#include #define RESET_VERSION 0x00010002 #define BOOT_LOADER_LBA 2 #define PHDR_ARRAY_SIZE 16 #define BLOCK_SIZE 512 #ifndef CLUSTER_IO # define CLUSTER_IO 0 #endif // vim: tabstop=4 : softtabstop=4 : shiftwidth=4 : expandtab