install via 8.6 bootable cd
This commit is contained in:
16
Mac OS 8.6.command
Executable file
16
Mac OS 8.6.command
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
SHSH_ROM="$SHSH_ROM_DIR/79D68D63 - Power Mac G3 desktop.ROM"
|
||||
|
||||
$SHSH_BIN \
|
||||
--rom "$SHSH_ROM" \
|
||||
--disk "$SHSH_TMP_DIR/Mac OS 8.6.img" \
|
||||
--ramsize 68157440 \
|
||||
--jit true \
|
||||
--idlewait true \
|
||||
--ignoresegv true \
|
||||
--ignoreillegal true \
|
||||
--gfxaccel true \
|
||||
--screen window \
|
||||
--frameskip 0 \
|
||||
$@
|
||||
Reference in New Issue
Block a user