diff --git a/NTOSKRNL/CC/ccloghandler.hpp b/NTOSKRNL/CC/ccloghandler.hpp new file mode 100644 index 0000000..7c47b81 --- /dev/null +++ b/NTOSKRNL/CC/ccloghandler.hpp @@ -0,0 +1,10 @@ +/* PROJECT: Alcyone Kernel +* LICENSE: BSD Clause 3 +* PURPOSE: Cache Controller:: LOG Handler +* NT KERNEL: 5.11.9360 +* COPYRIGHT: 2023-2029 Dibymartanda Samanta <> +*/ + +constexpr unsigned int READAHEAD_FLAG = 1; +constexpr unsigned int DISABLE_WRITE_FLAG = 0x202; +constexpr unsigned int ENABLE_WRITE_FLAG = 2; \ No newline at end of file