mirror of
https://github.com/tailix/loadwarka.git
synced 2025-02-24 16:05:39 -05:00
Upgrade "vendor/libkernaux"
This commit is contained in:
parent
bee117814a
commit
025a09b9ae
2 changed files with 4 additions and 4 deletions
|
@ -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
2
vendor/libkernaux
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 38a5ee265c11229d2f9bb92c6308d4b2a7e7552f
|
||||
Subproject commit 96f71999ee2bdc3af42fd0232dda62809e662b6e
|
Loading…
Add table
Reference in a new issue