Commit 6587c8ae authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Reinstate RO310Hook

Clarify comment in 350 patches
Fix bug in SetChoices where it tried to create 2 levels of directory in one operation, leading to choices not getting copied over correctly

Version 1.12. Tagged as 'Boot-1_12'
parent 7c2e4e96
......@@ -131,7 +131,6 @@ install_BootUNIVERSAL: install_Configure ${FILESUNIVERSAL} install_AppFiles
${CHMOD} -R 444 ${INSTAPP}.Utils
${CHMOD} -R 444 ${INSTAPP}.Library
@Echo Deleting superfluous files ...
${XWIPE} ${INSTAPP}.RO310Hook.Boot ${WFLAGS} # <-- Nobble 3.10 until Hdr:Generic32 fixed
${XWIPE} ${INSTAPP}.RO350Hook.Boot.Tasks.!ROMPatch ${WFLAGS}
${XWIPE} ${INSTAPP}.RO360Hook.Boot.PreDesk.SoundDMA ${WFLAGS}
${XWIPE} ${INSTAPP}.Utils.NetBye ${WFLAGS}
......@@ -148,7 +147,6 @@ install_ShareBootUNIVERSAL: install_Configure ${FILESUNIVERSAL} install_AppFiles
${CHMOD} -R 444 ${INSTAPP}.Utils
${CHMOD} -R 444 ${INSTAPP}.Library
@Echo Deleting superfluous files ...
${XWIPE} ${INSTAPP}.RO310Hook.Boot ${WFLAGS} # <-- Nobble 3.10 until Hdr:Generic32 fixed
${XWIPE} ${INSTAPP}.RO350Hook.Boot.Tasks.!ROMPatch ${WFLAGS}
${XWIPE} ${INSTAPP}.RO360Hook.Boot.PreDesk.SoundDMA ${WFLAGS}
${XWIPE} ${INSTAPP}.Utils.NetBye ${WFLAGS}
......
......@@ -33,5 +33,5 @@ static patchentry_t *KERNpatches350_proc(void *handle)
{(uint32 *)0,0,0}
};
return KERNpatches350; /* Kernel or Utility module */
return KERNpatches350; /* See Kernel version 3.57 */
}
No preview for this file type
/* (1.11)
/* (1.12)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.11
#define Module_MajorVersion_CMHG 1.12
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 08 Oct 2012
#define Module_Date_CMHG 23 Mar 2013
#define Module_MajorVersion "1.11"
#define Module_Version 111
#define Module_MajorVersion "1.12"
#define Module_Version 112
#define Module_MinorVersion ""
#define Module_Date "08 Oct 2012"
#define Module_Date "23 Mar 2013"
#define Module_ApplicationDate "08-Oct-12"
#define Module_ApplicationDate "23-Mar-13"
#define Module_ComponentName "Boot"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Boot"
#define Module_FullVersion "1.11"
#define Module_HelpVersion "1.11 (08 Oct 2012)"
#define Module_LibraryVersionInfo "1:11"
#define Module_FullVersion "1.12"
#define Module_HelpVersion "1.12 (23 Mar 2013)"
#define Module_LibraryVersionInfo "1:12"
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