add bitmask values of console_mask

This commit is contained in:
Laurent Vivier 2004-06-24 00:07:17 +00:00
parent 212202c2d1
commit 638011b914

View File

@ -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__ */