1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:57:46 +00:00

Kernel+LibPartition: Move MBRPartitionTable into LibPartition

This commit is contained in:
Samuel Bowman 2022-03-01 19:42:06 -05:00 committed by Linus Groh
parent 940dde9947
commit 1a6ef03e4a
9 changed files with 26 additions and 29 deletions

View file

@ -286,6 +286,10 @@
#cmakedefine01 MATROSKA_TRACE_DEBUG
#endif
#ifndef MBR_DEBUG
#cmakedefine01 MBR_DEBUG
#endif
#ifndef MEMORY_DEBUG
#cmakedefine01 MEMORY_DEBUG
#endif