make -B format_kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 32s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 32s
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user