2025-03-07 22:52:43 +02:00
|
|
|
#define PHYSICAL_PAGE_AMOUNT 384
|
2025-03-07 15:44:45 +02:00
|
|
|
#define PAGE_REPLACEMENT_ALGORITHM 2
|
2025-03-07 22:52:43 +02:00
|
|
|
#define WSCLOCK_TIME_WINDOW 1500
|
2025-03-07 18:49:49 +02:00
|
|
|
|
2025-03-18 19:21:39 +02:00
|
|
|
#define SANITY_CHECK_ENABLED 1
|
2025-03-07 18:49:49 +02:00
|
|
|
#define VERBOSE_SANITY_CHECK 0
|
2025-03-08 12:21:06 +02:00
|
|
|
|
|
|
|
#define WS_CHANGE_INVERSE_CHANCE 1000
|
2025-03-18 19:36:56 +02:00
|
|
|
|
|
|
|
/* --- Debug options --- */
|
|
|
|
|
|
|
|
#define DISABLE_LOGGING 0
|