Amiga Unix Wiki

Because AmigaOS just isn't obscure enough today!

User Tools

Site Tools


installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
installation [2021/09/19 18:00] – external edit 127.0.0.1installation [2022/03/19 17:46] wiki_admin
Line 2: Line 2:
 {{:amix_boxset_web.jpg?nolink&600| }} {{:amix_boxset_web.jpg?nolink&600| }}
  
-As for any early 1990's operating system (especially Unix), installing Amix is not completely straight-forward. Here are some notes to help you through the process on either real hardware or in WinUAE emulator on a PC. +As for any early 1990's operating system (especially Unix), installing Amix is not completely straight-forward. Here are some notes to help you through the process on either real hardware or in WinUAE/FS-UAE emulators on a PC. 
  
 Required stuff (both emulator and on real hardware installation):  Required stuff (both emulator and on real hardware installation): 
Line 13: Line 13:
 *) The SCSI addresses are critical, they are hard-coded into the installation script. *) The SCSI addresses are critical, they are hard-coded into the installation script.
  
-===== The WinUAE emulator =====+===== Requirements =====
  
 The [[https://www.winuae.net|WinUAE Amiga emulator]] has supported running Amix since 2013 (version 2.7.0 onwards). Users of macOS and Linux can also run WinUAE with WINE (outside the scope of this article). The [[https://www.winuae.net|WinUAE Amiga emulator]] has supported running Amix since 2013 (version 2.7.0 onwards). Users of macOS and Linux can also run WinUAE with WINE (outside the scope of this article).
Line 58: Line 58:
     * A2024 (built-in support for 256-color X-Window) or Picasso II.     * A2024 (built-in support for 256-color X-Window) or Picasso II.
   * Expansions:    * Expansions: 
-    * A2065: an Ethernet card supported by AMIX that can be used to connect AMIX to a real network under WinUAE. Windows users will also need to install WinPCAP if they wish to connect AMIX to a real network (note: WinPCAP does not and cannot work under WINE).+    * A2065: an Ethernet card supported by AMIX that can be used to connect AMIX to a real network under WinUAE. Windows users will also need to install WinPCAP if they wish to connect AMIX to a real network (note: WinPCAP does not under WINE).
  
 Go to the configuration page and select 'Save as" to save your configuration. Each time you start WinUAE you may need to "Load" this configuration. Go to the configuration page and select 'Save as" to save your configuration. Each time you start WinUAE you may need to "Load" this configuration.
  
 You are ready to go - Start! You are ready to go - Start!
 +
  
 ====== The Installation Process ====== ====== The Installation Process ======
Line 116: Line 117:
  
 WinUAE: **sort: fatal: line too long** during package installation: make sure that 'more compatible' is NOT selected in Hardware/Chipset, see [[http://eab.abime.net/showthread.php?t=96314|here]]. WinUAE: **sort: fatal: line too long** during package installation: make sure that 'more compatible' is NOT selected in Hardware/Chipset, see [[http://eab.abime.net/showthread.php?t=96314|here]].
 +
 +
 +===== FS-UAE =====
 +
 +FIXME Details coming later. Basically just duplicate the settings described above for WinUAE and add the tape drive configuration manually into the config file (as currently there are no GUI options to do this). See the example below (last line is the tape drive config pointing to a directory with the tape files). "hard_drive_0_type = rdb" seems to be required (as the installer won't detect any drives without it).
 +
 +Thanks to [[http://eab.abime.net/showthread.php?p=1536063#post1536063|Warty on EAB forums]].
 +
 +Tips: set floppy speed to 200% and while installer is copying files, switch to warp mode (cmd+W) to save some time installing. While in warp mode, screen refresh might get corrupted, but it will clear once you deactivate warp mode.
 +
 +<code>
 +[fs-uae]
 +amiga_model = A3000
 +floppy_drive_volume_empty = 0
 +floppy_image_0 = <path to file>/amix_21_boot.adf
 +floppy_image_1 = <path to file>/amix_21_root.adf
 +floppy_image_2 = <path to file>/amix_21_patch.adf
 +hard_drive_0 = /<path to hardfile>/a3000ux.hdf
 +hard_drive_0_controller = scsi6
 +hard_drive_0_type = rdb
 +kickstart_file = Kickstart v3.1 rev 40.62 (1993)(Commodore)(A3000).rom
 +motherboard_ram = 16384
 +uae_uaehf0 = tape0,ro,:/<path to amix tape>/amix_21_tape,0,0,0,512,0,,scsi4,SCSI1
 +</code>
installation.txt · Last modified: 2022/09/28 18:38 by wiki_admin