; Copyright 1996 Acorn Computers Ltd
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
;     http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
title-string: BootCommands

help-string: Boot_Commands 1.17

initialisation-code: main_initialise

finalisation-code: main_terminate

;module-is-runnable:

international-help-file: "Resources:$.Resources.BootCmds.Messages"

command-keyword-table: main_command
   AddApp( min-args: 1, max-args: 1,
      gstrans-map: 1,
      international:,
      invalid-syntax: "AddAppSyntax",
      help-text: "AddAppHelp"),
   AppSize( min-args: 1, max-args: 1,
      gstrans-map: 0,
      international:,
      invalid-syntax: "AppSizeSyntax",
      help-text: "AppSizeHelp"),
   Do( min-args: 0, max-args: 255,
      gstrans-map: 0,
      international:,
      invalid-syntax: "DoSyntax",
      help-text: "DoHelp"),
   IfThere( min-args: 0, max-args: 255,
      gstrans-map: 1,
      international:,
      invalid-syntax: "IfThereSyntax",
      help-text: "IfThereHelp"),
   LoadCMOS( min-args: 1, max-args: 1,
      gstrans-map: 1,
      international:,
      invalid-syntax: "LoadCMOSSyntax",
      help-text: "LoadCMOSHelp"),
   Repeat( min-args: 0, max-args: 255,
      gstrans-map: 2,
      international:,
      invalid-syntax: "RepeatSyntax",
      help-text: "RepeatHelp"),
   SafeLogon( min-args: 1, max-args: 255,
      gstrans-map: 0,
      international:,
      invalid-syntax: "SafeLogonSyntax",
      help-text: "SafeLogonHelp"),
   FreePool( min-args: 0, max-args: 0,
      gstrans-map: 0,
      international:,
      invalid-syntax: "FreePoolSyntax",
      help-text: "FreePoolHelp")