Trying to run dingusppc with a disk image file that is about 8.5GB (its an image of the phyical disk in a Power Mac 8500 created with the Initiator mode of BlueSCSIv2 Desktop):
% ll -h "/HD Images/Mac/PM8500/HD00_imaged.hda"
-rwxrwxrwx@ 1 frank staff 8.5G Jan 1 00:00 /HD Images/Mac/PM8500/HD00_imaged.hda
dingusppc drops into the debuger with an error stating that the image file is to large:
% ./run_emu.sh
Device Bandit1 Settings
------------------------------------
pci_A1 :
pci_B1 :
pci_C1 :
Device AdbBus Settings
------------------------------------
adb_devices : Mouse,Keyboard
Device Escc Settings
------------------------------------
serial_backend : null
Device Sc53C94 Settings
------------------------------------
cdr_img :
hdd_img : /Users/frank/Documents/HD Images/Mac/PM8500/HD00_imaged.hda
Device MeshTnt Settings
------------------------------------
cdr_img2 :
hdd_img2 :
Device Swim3 Settings
------------------------------------
fdd_fmt :
fdd_img :
fdd_wr_prot : on
Device ControlVideo Settings
------------------------------------
gfxmem_banks : 3
gfxmem_size : 4
mon_id : Multiscan20in
Device Chaos Settings
------------------------------------
vci_D :
vci_E :
Device Sixty6Video Settings
------------------------------------
has_composite : off
has_svideo : off
Device MachineTnt8500 Settings
------------------------------------
cpu : 604
emmo : off
rambank0_size : 0
rambank10_size : 0
rambank11_size : 0
rambank12_size : 0
rambank1_size : 128
rambank2_size : 128
rambank3_size : 0
rambank4_size : 0
rambank5_size : 0
rambank6_size : 0
rambank7_size : 0
rambank8_size : 0
rambank9_size : 0
BootROM path: /Users/frank/Downloads/Macintosh/ROM/Old_World_Mac_Roms/4MB ROMs/1995-08 - 9630C68B - Power Mac 7200&7500&8500&9500 v2.ROM
Execution mode: 0
( 0.269s) scsihd.cpp:63 FATL| ABORT: ScsiHD,0: image file too large
Welcome to the DingusPPC command line debugger.
Please enter a command or 'help'.
FFF00100: dingusdbg> quit
./run_emu.sh: line 2: 52534 Abort trap: 6 ~/Source/dingusppc/build/bin/dingusppc.app/Contents/MacOS/dingusppc -m pm8500 -b "/ROM/Old_World_Mac_Roms/4MB ROMs/1995-08 - 9630C68B - Power Mac 7200&7500&8500&9500 v2.ROM" --rambank1_size 128 --rambank2_size 128 --mon_id Multiscan20in --hdd_img "/HD Images/Mac/PM8500/HD00_imaged.hda"
The run_emu.sh script looks like the following:
% cat run_emu.sh
#!/bin/sh
~/Source/dingusppc/build/bin/dingusppc.app/Contents/MacOS/dingusppc -m pm8500 -b "/ROM/Old_World_Mac_Roms/4MB ROMs/1995-08 - 9630C68B - Power Mac 7200&7500&8500&9500 v2.ROM" --rambank1_size 128 --rambank2_size 128 --mon_id Multiscan20in --hdd_img "/HD Images/Mac/PM8500/HD00_imaged.hda"
What's the maximum disk image size supported by dingusppc?
Trying to run dingusppc with a disk image file that is about 8.5GB (its an image of the phyical disk in a Power Mac 8500 created with the Initiator mode of BlueSCSIv2 Desktop):
dingusppc drops into the debuger with an error stating that the image file is to large:
The run_emu.sh script looks like the following:
What's the maximum disk image size supported by dingusppc?