make -B format_kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-01-01 20:17:29 +01:00
parent 99bab4ceee
commit 1341dc00d9
5 changed files with 14 additions and 15 deletions

View File

@@ -13,10 +13,9 @@
#endif
/// Process is ready to run
#define PROC_READY 0
#define PROC_READY 0
/// Process marked garbage collection
#define PROC_DEAD 1
#define PROC_DEAD 1
struct cpu;