; ; $Revision: 1.0 $ ; $Date: 21 Apr 1989 10:58:22 $ ; ;*************************************************************************** ;* Copyright (C) 1988 by Phoenix Technologies Ltd. * ;* Copyright (C) 1989 by NCR Corporation This program * ;* contains proprietary and confidential information. All rights reserved * ;* except as may be permitted by prior written consent. * ;*************************************************************************** ; SYS0100.ADF ; If the configuration file has no NOSHADOW flag then this file will be ; parsed in and displayed. ; Let SETUP know this will require a valid CMOS signature to have effect PSignature ;****************************************************************** ; Extended CMOS 700h - BIOS information. ; FFh = Shadow BIOS ROM ; 00h = No Shadowing ;****************************************************************** NamedItem ECmos 700h Prompt "Phoenix ROM BIOS shadowing" Choice "Enabled" pos[0]=11111111b Choice "Disabled" pos[0]=00000000b Help "If BIOS ROM shadowing is enabled, the Phoenix ROM BIOS will attempt to execute from a copy of itself in RAM. Since the RAM is faster than ROM, programs that use BIOS functions will subsequently execute faster."