File: config.h

package info (click to toggle)
aboot 0.9b-3
  • links: PTS
  • area: main
  • in suites: etch-m68k, sarge
  • size: 984 kB
  • ctags: 1,659
  • sloc: ansic: 8,970; perl: 738; makefile: 382; asm: 309; sh: 3
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef config_h
#define config_h

#define ABOOT_MAJOR	0
#define ABOOT_MINOR	9
#define ABOOT_VERSION	"0.9b"
#define ABOOT_MAGIC	0x30302d746f6f6261 /* "aboot-00" */

#define CONFIG_FILE_PARTITION	1
#define CONFIG_FILE		"/etc/aboot.conf"

#endif /* config_h */