From ed047dcd385ea7798c47da1ac4f7444e753c44d5 Mon Sep 17 00:00:00 2001 From: Neil Turton <nturton@gitlab.riscosopen.org> Date: Tue, 21 Jan 1997 16:15:21 +0000 Subject: [PATCH] Version RO_3_70 taken --- s/Wimp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/s/Wimp b/s/Wimp index c9d5d96..f0fd59b 100644 --- a/s/Wimp +++ b/s/Wimp @@ -19,6 +19,20 @@ ;; Author: Neil Raine ;;----------------------------------------------------------------------------- + +;whether to delegate task memory management to AMBControl + GBLL UseAMBControl +UseAMBControl SETL {TRUE} + +;SWI code for AMBControl (X version) - could be a module, could be in kernel +AMBControl_SWI * &20070 + + GBLL StrongARM +StrongARM SETL {TRUE} + + GBLL SAnaffsilicon ;fudges for naff prototype StrongARM silicon +SAnaffsilicon SETL {TRUE} :LAND: StrongARM + Module_BaseAddr GET Hdr:ListOpts @@ -69,6 +83,7 @@ Module_BaseAddr GET s.Iconbar GET s.Wimp07 GET s.ProgErrs + GET s.W08_oldway GET s.Wimp08 GET s.Wimp09 GET s.Wimp10 -- GitLab