diff options
| author | Miguel <m.i@gmx.at> | 2018-08-18 00:14:14 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-18 00:14:14 +0200 |
| commit | 17fd357bad5f6c3362cfdab1d807aa463c69a4e9 (patch) | |
| tree | 5baff9fcdbe52f122ec11042f119a4855001a733 /kernel/config.h | |
| parent | c15925a24efe14f437d8a2699500241a58fdc8f9 (diff) | |
going for fifo switch
Diffstat (limited to 'kernel/config.h')
| -rw-r--r-- | kernel/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/config.h b/kernel/config.h index 2d64db1..9297a99 100644 --- a/kernel/config.h +++ b/kernel/config.h @@ -10,6 +10,8 @@ #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 |
