My Project
Loading...
Searching...
No Matches
behavior.h
Go to the documentation of this file.
1/*++
2
3Module Name:
4
5 me.h
6
7Purpose:
8
9 This module contains the macros & definitions that affect the behavior of the OS by changing preprocessor directives.
10
11Author:
12
13 slep (Matanel) 2025.
14
15Revision History:
16
17--*/
18
19#ifndef X86_MATANEL_BEHAVIOR_H
20#define X86_MATANEL_BEHAVIOR_H
21
22//#define MT_UP // Uncomment to define the system to run in UniProcessor mode (will NOT enable SMP, undefs spinlocks)
23
24//#define DISABLE_CACHE // Uncomment to disable CPU Caching on ALL CPUs (if SMP, if not, only BSP)
25
26#endif