root/Whitix/trunk/include/config.h

Revision 1927, 138 bytes (checked in by mwhitworth, 3 years ago)

Change log level for now to debug.

Line 
1#ifndef CONFIG_H
2#define CONFIG_H
3
4#define CONFIG_ALL_SYMBOLS
5
6#define KERN_LOG_LEVEL          7
7
8#define KERNEL_ADDRESS_BASE             0xC0000000
9
10#endif
Note: See TracBrowser for help on using the browser.