mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +00:00
Kernel: Stop debug spam when using mmap on /dev/mem device
This is not really useful and quite annoying so let's disable it by default.
This commit is contained in:
parent
916e093d4a
commit
d0abae8907
3 changed files with 6 additions and 3 deletions
|
@ -117,6 +117,7 @@ set(MATROSKA_DEBUG ON)
|
|||
set(MATROSKA_TRACE_DEBUG ON)
|
||||
set(MASTERPTY_DEBUG ON)
|
||||
set(MBR_DEBUG ON)
|
||||
set(MEMORY_DEVICE_DEBUG ON)
|
||||
set(MEMORY_DEBUG ON)
|
||||
set(MENU_DEBUG ON)
|
||||
set(MENUS_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue