summaryrefslogtreecommitdiff
path: root/kernel/config.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-18 13:23:53 +0200
committerMiguel <m.i@gmx.at>2018-08-18 13:23:53 +0200
commit7b0d88b2dff9b635d9ff69f6d51b6832c1ca4c40 (patch)
tree22c452e9c7ad586136721e776e0b67b23fb33119 /kernel/config.h
parent17fd357bad5f6c3362cfdab1d807aa463c69a4e9 (diff)
cleaning up syscalls and playing with new pipes
Diffstat (limited to 'kernel/config.h')
-rw-r--r--kernel/config.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/kernel/config.h b/kernel/config.h
deleted file mode 100644
index 9297a99..0000000
--- a/kernel/config.h
+++ /dev/null
@@ -1,34 +0,0 @@
-
-/********************************************
- * F00l 0S Central Configuration File *
- ********************************************/
-
-#ifndef FOOLOS_CONFIG_H
-#define FOOLOS_CONFIG_H
-
-#include "lib/logger/log.h"
-
-#define KERNEL_VERSION "FoolOS 0.3.2"
-#define FIFO_MAX_RINGBUFFERS 20
-#define MAX_FIFOS 20
-#define MAX_FD 20
-
-#define FOOLOS_CONSOLE_AUTOBREAK // add newline automatically at end of line
-
-#define FOOLOS_LOG_OFF // do not log anything
-#define FOOLOS_LOG_WHITELIST "" //,"elf","ext2","" // make exceptions for these modules. wmpty string marks the end
-#define FOOLOS_LOG_LEVEL FOOLOS_LOG_DEBUG // minimal severity level to log
-
-#define FOOLOS_CONSOLE // otherwise VESA will be used!
-#define FOOLSOS_SHOW_VESAMODES
-#define MEM_PRINT_MEMORYMAP
-#define LOG_BUF_SIZE 4069
-#define LOG_SYSCALLS
-
-#define BIN_INIT "/bin/init"
-
-#define KMALLOC_MEM_SIZE 1024*1024*8 // 8MB for in kernel-memory
-#define NUMBER_SPINLOCKS 16
-
-#endif
-