diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-24 16:04:14 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-24 16:04:14 +0200 |
| commit | 7bbcc9401e19e5d73b29f16b5d1fd586974e403a (patch) | |
| tree | a9f1abf53066ac0061b2dcfd21901068a2f7193d | |
| parent | 03cb792d510a067d4ffead2c8088ee953d70c2cb (diff) | |
turned off logging
| -rw-r--r-- | kernel/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/config.h b/kernel/config.h index bbe0672..019ef34 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -1,4 +1,4 @@ //#define FOOLOS_COMPILE_FLOPPY #define FOOLOS_CONSOLE_AUTOBREAK //add newline automatically at end of line -//#define FOOLOS_LOG_OFF // do not log anythong +#define FOOLOS_LOG_OFF // do not log anythong |
