If you, say, have a bad ASSIGN
and startup halts, run LoadWB
. You should be able to open some sort of text editor and fix S:User-startup
.
If you Ctrl-C
lha
while it's running, it will very likely crash the Amiga!
If you want to use longer filenames and get better performance, you'll need to set up partitions with PFS3…
…unless you have a very modern OS 3.2, in which case you can use FFS with long filenames.
pfs3aio
into L:
L:psf2aio
if not there already0x50465303
PFS/03
0x1fe00
0x7ffffffe
: https://michalsc.github.io/Emu68/tutorials/SD_Preparation.htmlThink building a distribution icon/window template and you want to group like icons together, but don't want to try and move them pixel by pixel using the mouse. This works in OS 3.2.
aligner
folder and open itIf a disk is left dirty due to the system resetting/powering off during a write, you'll keep getting messages about the drive not being validated, especially if you try to write to the disk. You have two options:
Run PROTECT <script> +s
to make the script executable
$RC
will contain the return code of the last command: https://www.amigans.net/modules/newbb/viewtopic.php?post_id=131968#forumpost131968
CPU CHECK
is a capabilities check, not an exact model check: CPU CHECK 68000
on an 020 returns 0 (success)
DACONTROL
lets you mount disk images via script.
ECHO >>File "What ever"
is how you append text to another file.
grep
for 020 or higher: http://aminet.net/package/text/misc/grep-2.5-bin-m68kThe Amiga still has an active demoscene.
Scalos is a Workbench replacement. The website (as of 2023-04-09) is down.
Amiga Icons in Workbench come from a sidecar .info
file. The .info
file contains:
Icons have a few types. You can edit the type in SYS:Tools/IconEdit
:
TextEdit
)Amiga executables and libraries are built out of hunks.
mouse_integration = 1
in a machine's config for the mouse to not get caught by the Amiga. Needed for use with drawing tables and for my own sanity..uaem
metadata files are written to the host drive: https://fs-uae.net/docs/options/uaem-write-flagsNormally FS-UAE strives for accuracy. If you need speed (say, if you're setting up WHDLoad games), you can ramp up the speed a bunch:
accuracy = -1 uae_cpu_multiplier = 2000
FS-UAE stopped working on Debian Bookworm. Steps to get it working again:
sudo ln -s /usr/lib/x86_64-linux-gnu/dri /usr/lib/dri
: https://askubuntu.com/questions/1451610/mesa-loader-failed-to-open-swrast-ubuntu-20-04LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 fs-uae-launcher
: https://github.com/Ultimaker/Cura/issues/11856#issuecomment-1117025272