tree 2150cb0bbeb66c948b88ac048a6ad02e7b0ba155 parent 90ea285c1a0bc6437fe51a493ed72786c7f9fd48 author Mark Pizzolato 1449447971 -0800 committer Mark Pizzolato 1449447971 -0800 DISK: Add disk content validation checking When creating a new disk image the new disk image can be populated with unique data in each sector. The data is the logical block address of the sector in a 4 byte little-endian value. This is enabled when the -I switch is specified on the ATTACH command. To leverage this, a -K flag is interpreted on the ATTACH command which will validate the entire disk contents actually contains the expected value at attach time and also will validate that any data written to the disk during simulator operation also contains the same logical block address values.