; ; $Revision: 1.3 $ ; $Date: 01 Dec 1988 15:04:26 $ ; ;*************************************************************************** ;* 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. * ;*************************************************************************** ; @0100.ADF ; If the configuration file has no NOSHADOW flag then this file will be ; parsed in and displayed. ; Let PRD 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."