-
Notifications
You must be signed in to change notification settings - Fork 0
03 Installation
Follow the procedure on the Amiga Unix Wiki: https://amigaunix.com/doku.php/installation. This page records the emulator-specific parts only.
The installer expects tape at SCSI ID 4 and disk at SCSI ID 6. These are not configurable.
FS-UAE has no GUI option for a SCSI tape. It needs a raw pass-through line:
uae_uaehf0 = tape0,ro,:/path/to/tape_21,0,0,0,512,0,,scsi4,SCSI1
FS-UAE renumbers it internally so it does not collide with the hardfile. Confirm from the log:
Adding A3000 mainboard SCSI TAPE unit 4 ('.../tape_21')
TAPEEMU INDEX: '.../tape_21/index.tape'
A 600 MB hardfile at SCSI 6, hard_drive_0_type = rdb. The installer creates
the RDB itself, writing RDSK at block 2 with three partitions:
| Partition | DosType | Becomes |
|---|---|---|
UNIX_Root |
UNI\1 |
/dev/dsk/c6d0s1, mounted /
|
UNIX_Swap |
resv |
swap |
UNIX_Boot |
UNI\0 |
boot |
Slice numbers follow position in the partition chain.
Set warp mode expectations first: ⌘W and ⌘Q are macOS window/quit commands
and will kill the emulator mid-install. FS-UAE documents Mod+W as warp mode and
Mod is Cmd on macOS, but macOS wins. Rebinding via keyboard_key_f10 and
keyboard_key_w_ctrl was tried and neither took effect — the keystrokes pass
through to AMIX. Unresolved.
Take a snapshot as soon as the install finishes.
Documentation CC BY 4.0. Installation procedure, distribution media and SVR4 packages courtesy of the Amiga Unix Wiki — full acknowledgements in CREDITS.