1 #ifndef DOSBOOT_BOOTFLAGS_H
2 #define DOSBOOT_BOOTFLAGS_H
5 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
8 Desc: Boot flag definitions
12 /* Boot flags. PRIVATE AND AROS SPECIFIC! Subject to change! */
13 #define BF_NO_STARTUP_SEQUENCE 0x0001
14 #define BF_NO_DISPLAY_DRIVERS 0x0002
15 #define BF_NO_COMPOSITION 0x0004
16 #define BF_EMERGENCY_CONSOLE 0x0008 /* Use emergency console */
18 #endif /* DOSBOOT_BOOTFLAGS_H */