; ; $Revision: 1.0 $ ; $Date: 07 Feb 1989 15:51:52 $ ; ;*************************************************************************** ;* 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. * ;*************************************************************************** ; @00FF.ADF ; This file is used in conjunction with DFFD drives. Its supports the ; entering of custom Hard Drive parameters in Extended CMOS ; These three fields are irrelevant but must be present for the parser AdapterId 00FFh AdapterName "FF drive type" NumBytes 0 ;************************************************************* NamedItem Prompt "Drive 1 - Number of tracks " ECmos 166h Choice "1024" pos[0]=XXXXXXXXb Help "Type in the number of tracks (cylinders) in the drive." NamedItem Prompt " Number of heads " ECmos 168h Choice "10" pos[0]=XXXXXXXXb Help "Type in the number of heads in the drive." NamedItem Prompt " Sectors per track " ECmos 174h Choice "10" pos[0]=XXXXXXXXb Help "Type in the number of sectors per track" NamedItem Prompt " Landing Zone " ECmos 172h Choice "10" pos[0]=XXXXXXXXb Help "Type in the head landing zone for the drive." NamedItem Prompt " Write Precomp " ECmos 16bh Choice "10" pos[0]=XXXXXXXXb Help "Type in the Starting Write Precompensation Cylinder for the drive. Use -1 if no Precomp is required." NamedItem Prompt " Defect Map " ECmos 16eh Choice "Yes" pos[0]=XX1XXXXXb Choice "No " pos[0]=XX0XXXXXb Help "Select Yes if the drive supports Defect Maps." NamedItem Prompt " Less than 9 heads " ECmos 16eh Choice "Yes" pos[0]=XXXX1XXXb Choice "No " pos[0]=XXXX0XXXb Help " Select Yes if the drive has less than 9 heads. This setting must be consistent with the 'Number of heads' choice."