1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-01 01:39:37 +00:00
Files
open-simh.simh/sim_disk.c
Tony Lawrence b23cde9c5d DISK: Do not allow to emit any "footers"
This is the initial iteration of cleaning up simh of appending the
"footers" to disk images:  it does not allow to emit any new "footers",
yet it does not change the behavior as to how any existing "footers"
are treated internally.  Also, even though sim_disk.c currently builds
the "footer" for any attached disk container, with this patch, it is
only kept in-memory, and never gets written to (appended / updated)
the actual container.
2023-10-24 16:26:26 -04:00

285 KiB