Remove types.c/.h, use klibc headers, amend stdbool.h, reimplement cpuid()

This commit is contained in:
vmttmv
2026-01-12 02:42:02 +02:00
parent 86608ef48c
commit 841892398a
9 changed files with 20 additions and 69 deletions

View File

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