Fix inability to mount read/write

This commit is contained in:
Zane Kaminski 2022-02-14 00:24:24 -05:00
parent e6b8367a8e
commit 399b09e820
8 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -217,6 +217,7 @@ static void RDBootInit(IOParamPtr p, DCtlPtr d, RDiskStorage_t *c) {
// That's not the worst, since the system would just crash,
// but it would be better to switch to read-only status
}
c->status.writeProt = 0; // zero is writable
}
// Copy ROM disk image to RAM disk
if (c->ramdisk) { copy24(RDiskBuf, c->ramdisk, RDiskSize); }