Upgrade "vendor/libkernaux"

This commit is contained in:
Alex Kotov 2022-01-17 12:06:54 +05:00
parent bee117814a
commit 025a09b9ae
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 4 additions and 4 deletions

View File

@ -80,13 +80,13 @@ bool create_mbr_file(
// 00
mbr.info.entries[0].drive_attributes = 0;
// 00 02 00
mbr.info.entries[0].start_chs_address = 0x0200;
mbr.info.entries[0].first_sector_chs_addr = 0x0200;
// 01
mbr.info.entries[0].partition_type = 1;
// 02 03 00
mbr.info.entries[0].last_chs_address = 0x0302;
mbr.info.entries[0].last_sector_chs_addr = 0x0302;
// 01 00 00 00
mbr.info.entries[0].start_lba = 0x01;
mbr.info.entries[0].first_sector_lba_addr = 0x01;
// 80 00 00 00
mbr.info.entries[0].sectors_count = 0x80;
}

2
vendor/libkernaux vendored

@ -1 +1 @@
Subproject commit 38a5ee265c11229d2f9bb92c6308d4b2a7e7552f
Subproject commit 96f71999ee2bdc3af42fd0232dda62809e662b6e