home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / copy / fips12 / readme.1st < prev    next >
Text File  |  1995-12-11  |  4KB  |  98 lines

  1. This is FIPS v1.2
  2.  
  3. FIPS is a program for non-destructive splitting of harddisk partitions.
  4.  
  5. IMPORTANT:
  6. Please _carefully_ read the file FIPS.DOC for instructions on the use of
  7. FIPS. FIPS is _not_ self documenting.
  8.  
  9. One frequent problem people encounter is that their defragmentation program
  10. leaves unmovable sectors at the end of the partition. It is addressed in
  11. detail in FIPS.DOC. Other frequently asked questions are answered in the
  12. file FIPS.FAQ.
  13.  
  14. If you use OS/2, OnTrack Disk Manager or a disk compressor, please absolutely
  15. read the relevant sections in FIPS.DOC.
  16.  
  17. The changes from the previous version are listed in the file HISTORY.TXT
  18.  
  19. FIPS has been out for one and a half years. It has been used by many
  20. people on the Internet successfully. No serious bugs have been reported.
  21. Nevertheless one can never be sure one hundred percent. FIPS reads and writes
  22. the essential harddisk sectors, so an undiscovered bug may still corrupt your
  23. harddisk. Use at your own risk!
  24. If you want to make sure not to lose any data, make a complete backup before
  25. using it (in this case you at least save yourself the time needed for re-
  26. storing if it works).
  27.  
  28. However, every effort has been made to provide a maximum of safety. When
  29. there is anything suspicious with the hard disk, the program will typically
  30. exit with an error message, even if DOS doesn't complain.
  31. If an error occurs, an error message is displayed together with a short
  32. explanation. If you don't know what to make of it, read FIPS.DOC and
  33. FIPS.FAQ.
  34.  
  35. If you still can't resolve the problem, make a transcript of your session
  36. using the -d switch and send it to me at schaefer@rbg.informatik.th-darmstadt.de.
  37. I will usually answer within two or three days.
  38.  
  39. If you want to know how FIPS works, read the file TECHINFO.TXT. If you have
  40. additions or corrections to make, please let me know.
  41.  
  42. FIPS is free under the GNU GENERAL PUBLIC LICENSE (GPL). See the file COPYING.
  43. You may freely redistribute FIPS under the condition that you include all of
  44. the files listed below without changes. If you modify it, you must follow
  45. the conditions of the GPL.
  46.  
  47. I hold the copyright of FIPS. If you want to use parts of the source code in
  48. your programs, you may do so under the conditions of the GPL. Of course I
  49. would like to hear about it. If you want to use the code in a program that
  50. is not covered by the GPL (shareware or commercial), I will probably agree
  51. also, but you must ask me first.
  52.  
  53. You should have received the following files in this archive:
  54.  
  55. CALCULAT.CPP    - calculation of the new root-/bootsector
  56. CHECK.CPP       - checking of the root-/bootsector
  57. CMDL_ARG.CPP    - evaluation of commandline arguments
  58. DISK_IO.CPP     - low level disk io
  59. FAT.CPP         - some operations on the FAT
  60. GLOBAL.CPP      - global procedures
  61. HDSTRUCT.CPP    - harddisk specific code
  62. FIPSSPEC.CPP    - FIPS-specific adaption of harddisk classes
  63. INPUT.CPP       - User input
  64. LOGDR_ST.CPP    - operations on logical drive
  65. MAIN.CPP        - main()
  66. SAVE.CPP        - saving root- and bootsector
  67. HOST_OS.CPP    - OS detection
  68. DISK_IO.H       - low level disk io classes
  69. FAT.H           - FAT classes
  70. GLOBAL.H        - global definitions
  71. HDSTRUCT.H      - harddisk specific classes
  72. FIPSSPEC.H      - FIPS-specific adaption of harddisk classes
  73. INPUT.H         - user input prototypes
  74. LOGDR_ST.H      - logical drive classes
  75. TYPES.H         - global type definitions
  76. HOST_OS.H    - The class host_os
  77. VERSION.H    - FIPS version
  78.  
  79. RTYPES.H    - type definitions for RESTORRB
  80. RESTORRB.C      - a program that restores root and boot sector
  81.  
  82. FIPS.EXE        - the executable of FIPS
  83. RESTORRB.EXE    - the executable of RESTORRB
  84. COPYING         - the GNU general public license
  85. README.1ST      - this file
  86. FIPS.DOC        - the documentation of FIPS
  87. FIPS.FAQ    - some frequently asked questions with answers
  88. TECHINFO.TXT    - technical info on FIPS
  89. ERRORS.TXT      - a brief explanation of FIPS' error messages
  90. HISTORY.TXT     - the revision history
  91.  
  92. If you lack any of these files, try to get the original archive. If you can't
  93. find it, contact me.
  94.  
  95.  
  96. Arno Schaefer
  97. schaefer@rbg.informatik.th-darmstadt.de
  98.