SSTOR.TXT
上传用户:yeshiping1
上传日期:2007-01-06
资源大小:29k
文件大小:1k
源码类别:

磁盘编程

开发平台:

Others

  1. Note: SpeedStor (sstor) modifies SEVERAL locations in the boot sector!
  2. The SpeedStor manual says it does not modify locations 0xEA -- 0x17D
  3. BUT THEY LIE!  If you use the "Parameter Override" feature, "sstor"
  4. (evidently) puts the new disk parameters in locations 0xEA -- 0xF9.
  5. If you install BOOTAUTO and then run sstor, using the parameter
  6. override feature, you will have clobbered the BOOTAUTO program in a
  7. way such that it hangs or repeats its menu when you make a selection!
  8. (Yes, I learned this the hard way...)
  9. To get around this problem, I wrote a slimmed-down version of the boot
  10. program, called BOOTMENU, which has unused "holes" strategicly placed
  11. in the locations known to be clobbered by SpeedStor.  Though this
  12. version has the advantage of SpeedStor compatibility, it does not have
  13. the ability to do automatic, unattended reboots like BOOTAUTO can.
  14. For future reference, also note that sstor will modify locations
  15. 0x17E -- 0x1BD if you create SpeedStor partitions.  To their credit,
  16. this is indeed mentioned in the manual.