home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / AHDI / TTFHDX / FHDX.ITF < prev    next >
Encoding:
Text File  |  2001-02-09  |  2.8 KB  |  88 lines

  1.                             21-Jan-88
  2.     Specify interface of factory version of HDX.
  3.  
  4. Menubar:
  5. --------
  6. Desk - About FHDX
  7. File - Quit
  8. Disk - Format Disk
  9.      - Burn-in Test
  10.      - Input Defect List
  11.      - Ship Disk
  12.  
  13.  
  14. Format Disk:
  15. ------------
  16. - Ask for disk type. (104, 204, etc.)
  17. - (find format parameters in wicap)
  18. - Inform about formatting.
  19. - (format and partition disk)
  20.  
  21.  
  22. Burn-in Test:
  23. -------------
  24. - Ask for disk format. (mfm or rll)
  25. - (pick correct test pattern)
  26. - Inform progress of test.
  27.   - Which cycle.
  28.   - Reading or Writing.
  29.   - Which cylinder.
  30.   - Number of bad sectors found.
  31.   - How to get in or out of program.
  32.     - <ctrl-S> to suspend;
  33.     - <ctrl-R> to restore;
  34.     - <ctrl-Q> to quit;
  35. - If keyboard input to suspend or quit occured in the middle of operation, 
  36.   program will continue to the nearest cylinder.
  37.  
  38.  
  39. Input Defects:
  40. --------------
  41. - Ask disk format and tester used. (mfm or rll)
  42. - (decide on which formula to use: 
  43.       if disk is rll format with mfm tester used -> byteoffset x 1.5)
  44. - Ask if want to keep original defects if BSL already exists.
  45.   - Yes means they are adding entries.
  46.   - No means they want to re-enter whole list.
  47. - Put up inputing box.
  48.   - Editable fields available:
  49.     - head number
  50.     - cylinder number
  51.     - byte offset from index
  52.   - Options available:
  53.     - Next button to input next entry.
  54.     - DONE button when all defects are entered.
  55.   - Error checking: (an entry includes all 3 numbers)
  56.     - Hit Next with incomplete entry. (ignore empty entry)
  57.       - Alert box saying so.  (entry just entered won't be put in list)
  58. - Ask if want to examine defects entered.
  59.   - Editable fields available:
  60.     - head number
  61.     - cylinder number
  62.     - byte offset from index
  63.   - Options available:
  64.     - Next button to examine next entry.
  65.     - Delete button to delete current entry.
  66.   - Error checking: (an entry includes all 3 numbers)
  67.     - Hit Next with incomplete entry. (ignore empty entry)
  68.       - Alert box saying so.  (entry just entered won't be put in list)
  69.   - Inform if end of list is encountered, and ask if want to examine
  70.     defects entered again.
  71.     - Yes: start from beginning of this step.
  72.     - No: get out.
  73. - (calculate physical sector numbers from defects entered, put them
  74.    in BSL, and mark them in FATs.  May need to find out partition info
  75.    from root sector.)
  76.  
  77.  
  78. Procedure to be taken when running FHDX:
  79. ----------------------------------------
  80. - Format.
  81. - No special order for burn-in or inputing defects.  But preferably,
  82.   input defects first.
  83. - (Or, inform them to keep list when first input defects after burn-in)
  84.   (Because if burn-in find bad sectors, BSL already exist, and at
  85.    beginning of inputing defects, FHDX will ask if they want to keep
  86.    existing list.)
  87.  
  88.