My Project
Loading...
Searching...
No Matches
behavior.h
Go to the documentation of this file.
1
/*++
2
3
Module Name:
4
5
me.h
6
7
Purpose:
8
9
This module contains the macros & definitions that affect the behavior of the OS by changing preprocessor directives.
10
11
Author:
12
13
slep (Matanel) 2025.
14
15
Revision 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
Users
matanel
Desktop
Projects
KernelDevelopment
kernel
includes
behavior.h
Generated by
1.14.0