config.h 270 B

123456789101112
  1. #ifndef config_h
  2. #define config_h
  3. #define ABOOT_MAJOR 0
  4. #define ABOOT_MINOR 9
  5. #define ABOOT_VERSION "1.0_pre20040408"
  6. #define ABOOT_MAGIC 0x30302d746f6f6261 /* "aboot-00" */
  7. #define CONFIG_FILE_PARTITION 1
  8. #define CONFIG_FILE "/etc/aboot.conf"
  9. #endif /* config_h */