1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00

Kernel: Put a bunch of debug spam behind #ifdefs.

This commit is contained in:
Andreas Kling 2019-03-27 15:07:12 +01:00
parent 56f7b392c1
commit 44e1e7423f
5 changed files with 22 additions and 2 deletions

View file

@ -27,8 +27,8 @@
#include <Kernel/ARP.h>
//#define DEBUG_IO
#define TASK_DEBUG
#define FORK_DEBUG
//#define TASK_DEBUG
//#define FORK_DEBUG
#define SIGNAL_DEBUG
#define MAX_PROCESS_GIDS 32
//#define SHARED_BUFFER_DEBUG