Changeset 85878 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 24, 2020 5:27:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmmbr.cpp
r85877 r85878 243 243 && pbMbr[511] == 0xaa) 244 244 *puScore = RTDVM_MATCH_SCORE_SUPPORTED; /* Not perfect because GPTs have a protective MBR. */ 245 /* @todo this could easily confuser a DOS, OS/2 or NT boot sector with a MBR... */245 /** @todo this could easily confuser a DOS, OS/2 or NT boot sector with a MBR... */ 246 246 RTMemTmpFree(pbMbr); 247 247 }
Note:
See TracChangeset
for help on using the changeset viewer.