Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
913 B

  1. The default processor program builds the Memphis setup
  2. file from an Excel spread sheet, which contains the default power policies data.
  3. The default processor program takes the defaults.csv, comma delimited Excel
  4. source file and creates the Memphis setup file, in INF format.
  5. Run MAKEINF.EXE to build the Memphis setup file.
  6. OEM's can use this tool to make changes to the registry to match the hardware.
  7. File list:
  8. README.TXT This file.
  9. MAKEINF.EXE Builds POWRCFG.INF.
  10. SOURCES Sources for MAKEINF.EXE processor.
  11. makefile Make file for MAKEINF.EXE processor.
  12. MAKEINF.C Source file for MAKEINF.EXE processor.
  13. PARSE.C Parsing helper file for MAKEINF.EXE processor.
  14. MAKEINF.RC Resource file for MAKEINF.EXE processor.
  15. obj Object directory contains MAKEINF.EXE processor.
  16. POWRCFG.INF Output. Memphis setup file, in INF format.