From 025a09b9ae4058a828a28dfa042d3b3f01a0569f Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 17 Jan 2022 12:06:54 +0500 Subject: [PATCH] Upgrade "vendor/libkernaux" --- src/main.c | 6 +++--- vendor/libkernaux | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.c b/src/main.c index 6610405..540412d 100644 --- a/src/main.c +++ b/src/main.c @@ -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; } diff --git a/vendor/libkernaux b/vendor/libkernaux index 38a5ee2..96f7199 160000 --- a/vendor/libkernaux +++ b/vendor/libkernaux @@ -1 +1 @@ -Subproject commit 38a5ee265c11229d2f9bb92c6308d4b2a7e7552f +Subproject commit 96f71999ee2bdc3af42fd0232dda62809e662b6e