diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-24 13:59:06 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-24 13:59:06 +0200 |
| commit | 55b3af4989e7908472d1dbfb3fe1bdd6e43262e1 (patch) | |
| tree | 98bc925761d5b75380b0f5e0d87f286d964d720f /kernel/config.h | |
| parent | 831df8bcb2717442a41464533bacf0a58a4af0ce (diff) | |
moved kernel and ramimage to 0x100000 successfully
chs is broken however and only the first chunk seems to get loaded
properly :(
Diffstat (limited to 'kernel/config.h')
| -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 019ef34..bbe0672 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 |
