feat: 2000

This commit is contained in:
Martin Eyben 2025-04-04 18:06:34 +02:00
parent 597cf2cda0
commit f2a00ae698

View File

@ -345,7 +345,7 @@ void __attribute__((constructor)) setup_main_thread()
// Create an entry for the main thread. // Create an entry for the main thread.
struct context_entry_t *new_entry; struct context_entry_t *new_entry;
for (int i = 0; i < 2500; ++i) { for (int i = 0; i < 2000; ++i) {
new_entry = malloc(sizeof(*new_entry)); new_entry = malloc(sizeof(*new_entry));
memset(new_entry->stack, 0, STACK_SIZE); memset(new_entry->stack, 0, STACK_SIZE);