Kernel: Cleanup GPT parsing code

This commit is contained in:
Bananymous
2023-03-23 11:13:14 +02:00
parent 4ffc69a6e4
commit 74949401bd
4 changed files with 84 additions and 90 deletions

View File

@@ -38,7 +38,7 @@ namespace Kernel
const uint64_t m_lba_start;
const uint64_t m_lba_end;
const uint64_t m_attributes;
char m_name[36 * 3 + 1];
char m_name[36 * 4 + 1];
};
public: