File: config.h

package info (click to toggle)
aboot 0.9-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 692 kB
  • ctags: 1,294
  • sloc: ansic: 7,994; asm: 309; makefile: 210
file content (12 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
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.9"
#define ABOOT_MAGIC	0x30302d746f6f6261 /* "aboot-00" */

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

#endif /* config_h */