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:
parent
bbcf34f1f6
commit
2650815a1b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue