Various small fixes

This commit is contained in:
CTCaer
2020-05-05 19:11:39 +03:00
parent a6be3714a3
commit 822e0dcd98
11 changed files with 154 additions and 79 deletions

View File

@@ -39,7 +39,7 @@ typedef struct _mbr_part_t
typedef struct _mbr_t
{
u8 bootstrap[0x1B8];
u8 bootstrap[440];
u32 signature;
u16 copy_protected;
mbr_part_t partitions[4];