Set FILEDES_MAX to 4096.

This commit is contained in:
Andrius Štikonas 2024-01-03 23:51:44 +00:00
parent 0660f25086
commit cc3db46d2c
Signed by: andrius
GPG Key ID: 0C0331D5228A3B62
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
void* syscall_table;
#define MAX_MEMORY_PER_PROC (128 * 1024 * 1024)
#define __FILEDES_MAX 32
// 4096
#define __FILEDES_MAX 4096
struct mem_block {
void* address;