KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Generic flags for use with KOS_INIT_FLAGS() More...
Macros | |
#define | INIT_DEFAULT |
Default init flags (IRQs on, preemption enabled, romdisks). | |
#define | INIT_NONE 0x00000000 |
Don't init optional things. | |
#define | INIT_IRQ 0x00000001 |
Enable IRQs at startup. | |
#define | INIT_THD_PREEMPT 0x00000002 |
#define | INIT_NET 0x00000004 |
Enable built-in networking. | |
#define | INIT_MALLOCSTATS 0x00000008 |
Enable malloc statistics. | |
#define | INIT_QUIET 0x00000010 |
Disable dbgio. | |
#define | INIT_EXPORT 0x00000020 |
Export kernel symbols. | |
#define | INIT_FS_ROMDISK 0x00000040 |
Enable support for romdisks. | |
#define | INIT_NO_SHUTDOWN 0x00000080 |
Disable hardware shutdown. | |
Generic flags for use with KOS_INIT_FLAGS()
These are the architecture-independent flags that can be specified with KOS_INIT_FLAGS.
#define INIT_DEFAULT |
Default init flags (IRQs on, preemption enabled, romdisks).
#define INIT_EXPORT 0x00000020 |
Export kernel symbols.
#define INIT_FS_ROMDISK 0x00000040 |
Enable support for romdisks.
#define INIT_IRQ 0x00000001 |
Enable IRQs at startup.
#define INIT_MALLOCSTATS 0x00000008 |
Enable malloc statistics.
#define INIT_NET 0x00000004 |
Enable built-in networking.
#define INIT_NO_SHUTDOWN 0x00000080 |
Disable hardware shutdown.
#define INIT_NONE 0x00000000 |
Don't init optional things.
#define INIT_QUIET 0x00000010 |
Disable dbgio.
#define INIT_THD_PREEMPT 0x00000002 |