mirror of
https://github.com/simh/simh.git
synced 2026-02-27 01:00:07 +00:00
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.
154 KiB
154 KiB