move delay code into separate function.
[AROS.git] / rom / dosboot / bootflags.h
blobe7d58051c9fccd030f2adb8f67ecc0aa4dfb7991
1 #ifndef DOSBOOT_BOOTFLAGS_H
2 #define DOSBOOT_BOOTFLAGS_H
4 /*
5 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Boot flag definitions
9 Lang: english
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 */