1
0
Fork 0
mirror of https://github.com/tailix/loadwarka.git synced 2024-11-03 04:33:26 -05:00

Add disk ID

This commit is contained in:
Alex Kotov 2022-01-16 20:38:17 +05:00
parent bbcf34f1f6
commit 2650815a1b
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -57,7 +57,7 @@ int main()
memset(&mbr, 0, sizeof(mbr));
mbr.info.magic = MBR_MAGIC;
mbr.info.disk_id = 0;
mbr.info.disk_id = 0xf01834d0;
mbr.info.reserved = 0;
}