From 17fd357bad5f6c3362cfdab1d807aa463c69a4e9 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 18 Aug 2018 00:14:14 +0200 Subject: going for fifo switch --- kernel/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kernel/config.h') 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 -- cgit v1.2.3