|
|
1.1 ! root 1: # ! 2: # format for txtsetup.oem. ! 3: # ! 4: # General format: ! 5: # ! 6: # [section] ! 7: # key = value1,value2,... ! 8: # ! 9: # ! 10: # The hash ('#') introduces a comment. ! 11: # Strings with embedded spaces, commas, or hashes should be double-quoted ! 12: # ! 13: ! 14: ! 15: [Disks] ! 16: ! 17: # This section lists all disks in the disk set. ! 18: # ! 19: # <description> is a descriptive name for a disk, used when ! 20: # prompting for the disk ! 21: # <tagfile> is a file whose presence allows setup to recognize ! 22: # that the disk is inserted. ! 23: # <directory> is where the files are located on the disk. ! 24: # ! 25: ! 26: d1 = "OEM DISK (VIDEO)", \disk1, \ ! 27: ! 28: ! 29: [Defaults] ! 30: ! 31: # This section lists the default selection for each 'required' ! 32: # hardware component. If a line is not present for a component, ! 33: # the default defaults to the first item in the [<component_name>] ! 34: # section (see below). ! 35: # ! 36: # <component_name> is one of computer, display, keyboard, mouse, scsi ! 37: # <id> is a unique <within the component> string to be associated ! 38: # with an option. ! 39: ! 40: display = "Cardinal S3 640x480x8" ! 41: ! 42: ! 43: [display] ! 44: ! 45: # This section lists the options available for a particular component. ! 46: # ! 47: # <id> is the unique string for the option ! 48: # <description> is a text string, presented to the user in a menu ! 49: # <key_name> gives the name of the key to be created for the component in ! 50: # HKEY_LOCAL_MACHINE\ControlSet001\Services ! 51: ! 52: "Cardinal S3 640x480x8" = "Cardinal S3 640x480x8" , s3 ! 53: "Cardinal S3 800x600x8" = "Cardinal S3 800x600x8" , s3 ! 54: "Cardinal S3 1024x768x8" = "Cardinal S3 1024x768x8" , s3 ! 55: ! 56: ! 57: [Files.display.Cardinal S3 640x480x8] ! 58: ! 59: # This section lists the files that should be copied if the user ! 60: # selects a particular component option. ! 61: # ! 62: # <file_type> is one of driver, port, class, dll, hal, inf, or detect. ! 63: # See below. ! 64: # <source_disk> identifies where the file is to be copied from, and must ! 65: # match en entry in the [Disks] section. ! 66: # <filename> is the name of the file. This will be appended to the ! 67: # directory specified for the disk in the [Disks] section to form the ! 68: # full path of the file on the disk. ! 69: ! 70: driver = d1, s3.sys ! 71: dll = d1, s3.dll ! 72: inf = d1, oemsetup.inf ! 73: ! 74: [Files.display.Cardinal S3 800x600x8] ! 75: ! 76: # This section lists the files that should be copied if the user ! 77: # selects a particular component option. ! 78: # ! 79: # <file_type> is one of driver, port, class, dll, hal, inf, or detect. ! 80: # See below. ! 81: # <source_disk> identifies where the file is to be copied from, and must ! 82: # match en entry in the [Disks] section. ! 83: # <filename> is the name of the file. This will be appended to the ! 84: # directory specified for the disk in the [Disks] section to form the ! 85: # full path of the file on the disk. ! 86: ! 87: driver = d1, s3.sys ! 88: dll = d1, s3.dll ! 89: inf = d1, oemsetup.inf ! 90: ! 91: [Files.display.Cardinal S3 1024x768x8] ! 92: ! 93: # This section lists the files that should be copied if the user ! 94: # selects a particular component option. ! 95: # ! 96: # <file_type> is one of driver, port, class, dll, hal, inf, or detect. ! 97: # See below. ! 98: # <source_disk> identifies where the file is to be copied from, and must ! 99: # match en entry in the [Disks] section. ! 100: # <filename> is the name of the file. This will be appended to the ! 101: # directory specified for the disk in the [Disks] section to form the ! 102: # full path of the file on the disk. ! 103: ! 104: driver = d1, s3.sys ! 105: dll = d1, s3.dll ! 106: inf = d1, oemsetup.inf
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.