Fix type sizes

This commit is contained in:
Alex
2023-05-13 07:40:07 +03:00
parent 06e34ab57f
commit 816e5461c9
85 changed files with 655 additions and 422 deletions

View File

@ -101,8 +101,8 @@ namespace Disk
{
public:
char Label[72] = "Unidentified Partition";
size_t StartLBA = 0xdeadbeef;
size_t EndLBA = 0xdeadbeef;
uint64_t StartLBA = 0xdeadbeef;
uint64_t EndLBA = 0xdeadbeef;
size_t Sectors = 0xdeadbeef;
size_t Flags = 0xdeadbeef;
unsigned char Port = 0;