Updated PiGFX Installer & HDF

This commit is contained in:
LemaruX
2021-08-25 00:48:58 +01:00
parent da0bc5a6fc
commit 67566a15c7
5 changed files with 26 additions and 20 deletions

View File

@@ -0,0 +1,23 @@
REM Requires xdftool from amitools (https://github.com/cnvogelg/amitools/)
del pistorm.hdf
rdbtool pistorm.hdf create size=2.5Mi + init rdb_cyls=2
rdbtool pistorm.hdf add size=100% name=DH99 dostype=ffs
rdbtool pistorm.hdf fsadd dos1.bin fs=DOS1
xdftool pistorm.hdf open part=DH99 + format PiStorm ffs
xdftool pistorm.hdf open part=DH99 + write Disk.info
xdftool pistorm.hdf open part=DH99 + write pistorm-dev/pistorm_dev_amiga/PiSimple
xdftool pistorm.hdf open part=DH99 + write pistorm-dev/pistorm_dev_amiga/PiStorm
xdftool pistorm.hdf open part=DH99 + write pistorm-dev/pistorm_dev_amiga/PiStorm.info
xdftool pistorm.hdf open part=DH99 + write pistorm-dev/pistorm_dev_amiga/libs13
xdftool pistorm.hdf open part=DH99 + write pistorm-dev/pistorm_dev_amiga/libs20
xdftool pistorm.hdf open part=DH99 + write pistorm-dev/pistorm_dev_amiga/libs13.info
xdftool pistorm.hdf open part=DH99 + write pistorm-dev/pistorm_dev_amiga/libs20.info
xdftool pistorm.hdf open part=DH99 + write pistorm-dev/pistorm_dev_amiga/CopyMems
xdftool pistorm.hdf open part=DH99 + write ../../a314/software-amiga a314
xdftool pistorm.hdf open part=DH99 + makedir net
xdftool pistorm.hdf open part=DH99 + write net/net_driver_amiga/pi-net.device net/pi-net.device
xdftool pistorm.hdf open part=DH99 + makedir scsi
xdftool pistorm.hdf open part=DH99 + write piscsi/device_driver_amiga/pi-scsi.device scsi/pi-scsi.device
xdftool pistorm.hdf open part=DH99 + makedir rtg
xdftool pistorm.hdf open part=DH99 + write "rtg/PiGFX Install" rtg
xdftool pistorm.hdf open part=DH99 + write "rtg/PiGFX Install.info" rtg

Binary file not shown.

View File

@@ -1 +0,0 @@
../../rtg_driver_amiga/pigfx030.card

View File

@@ -1,4 +1,5 @@
; PiGFX
; $VER: PiGFX 1.3 (24.08.2021)
; Generated by InstallerGen 1.5!
@@ -214,7 +215,7 @@
(help "The PiGFX card files that are required will be copied to Libs:")
(source "")
(dest "Libs:Picasso96")
(choices "Files/pigfx020.card" "Files/pigfx030.card")
(choices "Files/pigfx020.card")
)
(complete 47)
@@ -232,23 +233,6 @@
; Advise pigfx020 card file could not be copied and exit
(exit "The pigfx020.card file was unable to be copied.\n\nPlease try and run the installer again.")
)
) ; End If
(complete 52)
; Check if new pigfx030 card file exists
(set #New030card
(exists "Libs:Picasso96/pigfx030.card" (noreq))
)
(complete 53)
; If new pigfx030 card file does not exist
(if (= #New030card 0)
(
(complete 55)
; Advise pigfx030 card file could not be copied and exit
(exit "The pigfx030.card file was unable to be copied.\n\nPlease try and run the installer again.")
)
) ; End If
(complete 57)

View File

@@ -10,7 +10,7 @@ save you having to create these and setting up all the resolutions
manually.
The card files currently in the installer are from the WIP-crap branch
as of 3rd June 2021.
as of 24th August 2021.
Requirements
============