]> git.sesse.net Git - pistorm/commitdiff
Update default.cfg
authorbeeanyew <beeanyew@gmail.com>
Sat, 22 May 2021 07:48:05 +0000 (09:48 +0200)
committerbeeanyew <beeanyew@gmail.com>
Sat, 22 May 2021 07:48:05 +0000 (09:48 +0200)
default.cfg

index 0526656e3343ef7f84a81e45f1db543081ddae80..2716c3e21d5264fdfd9483b66338b35d11f69d12 100644 (file)
@@ -13,6 +13,8 @@ map type=rom address=0xF80000 size=0x80000 file=kick.rom ovl=0 id=kickstart
 #map type=ram address=0x08000000 size=128M id=cpu_slot_ram
 # Map 128MB of Z3 Fast. Note that the address here is not actually used, as it gets auto-assigned by Kickstart itself.
 # Enabling Z3 fast requires at least Kickstart 2.0.
+# If for some reason you need more than 128MB, you can change the size=128M to a valid supported Z3 PIC size,
+# like 256M, 512M, 1024M, or add additional map lines.
 map type=ram address=0x10000000 size=128M id=z3_autoconf_fast
 # Max 8MB of Z2 Fast can be mapped due to addressing space limitations, but for instance 2+4MB can be chained to leave 2MB for something else.
 #map type=ram address=0x200000 size=8M id=z2_autoconf_fast