Merge branch 'main' into gbowne1-addpci

This commit is contained in:
Borna Šoštarić
2026-01-28 21:41:59 +01:00
committed by GitHub

View File

@@ -1,10 +1,8 @@
#include "threading.h"
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
#include "malloc.h" #include "malloc.h"
#include "print.h" #include "print.h"
#include "threading.h"
#define MAX_THREADS 16 // Maximum number of threads #define MAX_THREADS 16 // Maximum number of threads
#define THREAD_STACK_SIZE 8192 // Stack size for each thread #define THREAD_STACK_SIZE 8192 // Stack size for each thread