Commit 37d49f26 authored by ROOL's avatar ROOL 🤖
Browse files

Update paths to remove former top-level licence hierarchy

Admin:
  Since migration to Git the path to the Kernel no longer starts with 'castle'.
  Update checks to test for RO530Hook, added in DesktopBoot-1_34.

Version 0.66. Not tagged
parent 990201d7
......@@ -5,17 +5,17 @@
*/
#define Module_MajorVersion_CMHG 0.66
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 04 Mar 2023
#define Module_Date_CMHG 15 Apr 2024
#define Module_MajorVersion "0.66"
#define Module_Version 66
#define Module_MinorVersion ""
#define Module_Date "04 Mar 2023"
#define Module_Date "15 Apr 2024"
#define Module_ApplicationDate "04-Mar-23"
#define Module_ApplicationDate "15-Apr-24"
#define Module_ComponentName "HAL_Tungsten"
#define Module_FullVersion "0.66"
#define Module_HelpVersion "0.66 (04 Mar 2023)"
#define Module_HelpVersion "0.66 (15 Apr 2024)"
#define Module_LibraryVersionInfo "0:66"
......@@ -24,9 +24,9 @@ include StdTools
all: install
install:
${AWK} '/^Version/ { VERSION=$3 } END { system("set Build$KernelVersion " VERSION) }' <Build$Dir>.castle.RiscOS.Sources.Kernel.Version
${AWK} '/^VString SETS / { VSTRING=$3 } END { system("set Build$KernelVString " VSTRING) }' <Build$Dir>.castle.RiscOS.Sources.Kernel.Version
${AWK} '/^Date SETS / { VDATE=$3 " " $4 " " $5 } END { system("set Build$KernelVDate " VDATE) }' <Build$Dir>.castle.RiscOS.Sources.Kernel.Version
${AWK} '/^Version/ { VERSION=$3 } END { system("set Build$KernelVersion " VERSION) }' <Build$Dir>.Sources.Kernel.Version
${AWK} '/^VString SETS / { VSTRING=$3 } END { system("set Build$KernelVString " VSTRING) }' <Build$Dir>.Sources.Kernel.Version
${AWK} '/^Date SETS / { VDATE=$3 " " $4 " " $5 } END { system("set Build$KernelVDate " VDATE) }' <Build$Dir>.Sources.Kernel.Version
${MKDIR} ${INSTDIR}
echo RISC OS <Build$KernelVString> (<Build$KernelVDate>) { > ${INSTDIR}.Release }
${CP} LocalRes:!Help ${INSTDIR}.!Help ${CPFLAGS}
......
......@@ -7,9 +7,9 @@ IYONIX pc with a new version of RISC OS.
Programming the Flash ROM is done in a five part process:
1. The new ROM image is loaded in to memory and checksummed.
1. The new ROM image is loaded into memory and checksummed.
2. A backup copy of the former ROM contents is written to
the hard disc root dir, see below.
the hard disc root directory, see below.
3. Any patching required is undertaken on the ROM image.
4. The Flash ROM is erased.
5. The new ROM image is programmed into the Flash ROM.
......@@ -23,8 +23,8 @@ not reset until the completion of stage five. If for any reason
the computer is re-set at any point during the stages four and
five it will be left with an incomplete version of RISC OS in
the Flash ROM and may no longer start up.
In this instance the computer must be returned to Castle for
re-programming.
In this instance the computer must be returned to a RISC OS dealer
for re-programming.
If in doubt, you can always run the programmer a second time before
resetting the machine. If the contents of the Flash ROM are already
......@@ -34,7 +34,7 @@ any more programming.
Do NOT re-program the Flash ROM with an earlier version of
RISC OS than that with which the computer was supplied. Doing
so may result in serious loss of functionality requiring it to
be returned to Castle for re-programming.
be returned to a RISC OS dealer for re-programming.
Using the restore programmer
============================
......
......@@ -12,11 +12,11 @@ IfThere Boot:Choices.Boot.PreDesk.QFiler.LoadQF Then SetEval QF$bad 0
If QF$bad Then Error You must get and install QuickFiler 2.19 before proceeding with ROM install.
Unset QF$bad
| Key off some features of !Boot that post date 5.18 to suggest !Boot has been upgraded
| Key off some features of !Boot that post date 5.28 to suggest !Boot has been upgraded
| We can't just be cheap and create some empty hook directories as the changes are more wide ranging
SetEval PB$old 3
IfThere <Boot$Dir>.RO520Hook Then SetEval PB$old <PB$old>-1
IfThere <BootResources$Dir>.!ThemeDefs Then SetEval PB$old <PB$old>-1
IfThere <Boot$Dir>.Themes.Ursula Then SetEval PB$old <PB$old>-1
IfThere <Boot$Dir>.RO530Hook Then SetEval PB$old <PB$old>-1
IfThere <BootResources$Dir>.Configure.!InetSetup.Blanks.AUNMap Then SetEval PB$old <PB$old>-1
IfThere <Boot$Dir>.Library.RMFind Then SetEval PB$old <PB$old>-1
If PB$old Then Error You must upgrade your !Boot prior to installing this version of RISC OS 5.
Unset PB$old
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment