fix (proc): changed fd_array chunk size back to 32. I forgot this after testing.

This commit is contained in:
antifallobst 2023-04-18 19:19:20 +02:00
parent c14013efaa
commit 45edbfb64e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include "utils/bitmap.h"
#include "drivers/fs/vfs.h"
#define FILE_DESCRIPTOR_ARRAY_CHUNK_SIZE 2
#define FILE_DESCRIPTOR_ARRAY_CHUNK_SIZE 32
typedef int32_t file_descriptor_t;