mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-18 06:31:23 +00:00
add bitmask values of console_mask
This commit is contained in:
parent
212202c2d1
commit
638011b914
@ -38,4 +38,10 @@ struct emile_l2_header {
|
||||
|
||||
#define EMILE_02_SIGNATURE (('E'<<24)|('M'<<16)|('0'<<8)|'2')
|
||||
|
||||
enum {
|
||||
STDOUT_VGA = 0x00000001,
|
||||
STDOUT_SERIAL0 = 0x00000002,
|
||||
STDOUT_SERIAL1 = 0x00000004,
|
||||
ENABLE_DEBUG = 0x80000000,
|
||||
};
|
||||
#endif /* __HEAD_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user