; ; $Revision: 1.2 $ ; $Date: 26 Sep 1988 14:28:50 $ ; ;*************************************************************************** ;* Copyright (C) 1988 by Phoenix Technologies Ltd. This program * ;* contains proprietary and confidential information. All rights reserved * ;* except as may be permitted by prior written consent. * ;*************************************************************************** ; @0200.ADF ; If the configuration file does NOT have the NOWAITF1 flag then this file ; will be parsed in and displayed. ; Let PRD know this will require a valid CMOS signature to have effect PSignature ;****************************************************************** ; CMOS 701 - POST F1 key control ; bit 0 = Diskette error. ; 1 - Do not wait for F1 key ; 0 - Wait for F1 key ; bit 1 = CRT (video) error. ; 1 - Do not wait for F1 key ; 0 - Wait for F1 key ; bit 2 = keyboard error. (Note the bit-definition is reversed) ; 1 - Wait for F1 key ; 0 - Do not wait for F1 key ;****************************************************************** NamedItem ECmos 701h Prompt "POST waits for F1 on diskette errors" Choice "Yes" pos[0]=XXXXXXX0b Choice "No" pos[0]=XXXXXXX1b Help " If the Phoenix Power On System Test (POST) finds a diskette error (601 or 602) it will optionally wait for the user to acknowledge the error by pressing the F1 key. If this feature set to Yes then POST will wait for for the F1 key. If its set to No then POST will not wait for F1 key." nameditem ECmos 701h Prompt "POST waits for F1 on video errors" Choice "Yes" pos[0]=XXXXXX0Xb Choice "No" pos[0]=XXXXXX1Xb Help " If the Phoenix Power On System Test (POST) finds a video controller error (2401) it will optionally wait for the user to acknowledge the error by pressing the F1 key. If this feature set to Yes then POST will wait for for the F1 key. If its set to No then POST will not wait for F1 key." nameditem ECmos 701h Prompt "POST waits for F1 on keyboard errors" Choice "Yes" pos[0]=XXXXX1XXb Choice "No" pos[0]=XXXXX0XXb Help " If the Phoenix Power On System Test (POST) finds a keyboard error (301, 304, 306 or 307) it will optionally wait for the user to acknowledge the error by pressing the F1 key. If this feature set to Yes then POST will wait for for the F1 key. If its set to No then POST will not wait for F1 key."