home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / dos / fr / bsz / bsz.doc < prev    next >
Text File  |  1995-06-29  |  5KB  |  118 lines

  1.   ┌──────────────────┐
  2.   │ BootSectorZ v1.1 │ (c) 1955 Duret-Lutz Alexandre (aka Pollux / OLYMPUS)
  3.   └──────────────────┘
  4.  
  5. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  6.  
  7. Before all, note that I am not a good english writer. So you'll see all sort
  8. of mistake (and especialy 's' missings and grammar faults).
  9.  
  10. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  11.  
  12. Disclaimer:
  13.  
  14. I (Duret-Lutz Alexandre) do not warrant that this program will run correctly
  15. on your system. I disclaim all warranties, expressed or implied, including
  16. but not limited to implied warranties of fitness for any particular purpose
  17. and of merchantability. In no event will I be liable to you for any damages
  18. of any sort du to the use or inability to use this program, or for any claim
  19. by any other party.
  20.  
  21. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  22.  
  23. BSZ's job:
  24.  
  25. BSZ is a boot sector installer, nothing more. All boot sector are ready for
  26. use and can be installed by a single keystroke.
  27.  
  28. Thanks to the virtual boot sector of 2M disks, BSZ is compatible whith it.
  29.  
  30. --------------------------------------------------------------------------------
  31.  
  32. What a Boot Sector ? This is the first sector of the first track of the first
  33. side of a drive. It is 512 bytes large. It contains some bios and dos data
  34. (like track number, serial number, etc...) and the 448 bytes left can be
  35. use by some code. What BSZ do is puting its own code in here. The boot
  36. sector's code is run once when you reboot your system with a disk in the drive.
  37.  
  38. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  39.  
  40. How to do ?
  41.  
  42. Simply type "BSZ" on the prompt. BSZ will start.
  43. Then, select one of the offered boot sectors with then arrow keys.
  44. Put a disk in your drive (you can chose your drive with 'A' -for A:- and 'B'
  45. -for B:-) this disk can be full or empty but he must have a sector size of
  46. 512bytes (this is common).
  47. Now press "Return".
  48. Have a look to "STATUS:", BSZ can write here three words:
  49.  
  50. 'OK ' means that the last operation went whithout problem
  51. 'WRI' means that BSZ is write on the disk (do not remove it)
  52. 'ERR' means that BSZ encounter a problem during the last operation
  53.       (you should retry)
  54.  
  55. Press "Escape" for leave BSZ.
  56.  
  57. When you're chosing a bootsector, BSZ display all sort of informations of
  58. the boot selected. They are:
  59.  
  60. CPU:    indicates the processor above the one the boot won't work (=will hang
  61.         up the system)
  62. VIDEO:  indicates the video mode used (TXT or VGA) by the boot.
  63. SYSTEM: indicates if the disk can be a system disk or not. (for now, all BSZ's
  64.         boot sectors do not support system boot).
  65. LINK HD:signify that the boot whill continue in running the hard drive boot
  66.         sector (so the system starts without changing the disk). For now, all 
  67.         BSZ's boot sectors go on with HD.
  68. CRYPTED:indicate that boot sector contain decrypting routines. Some heuristics
  69.         based anti-virus shouldn't appreciate.
  70. CRC:    indicate that the boot sector perform it's own CRC. (For now, none of 
  71.         the BSZ's boot sectors do that).
  72.  
  73. --------------------------------------------------------------------------------
  74.  
  75. There are the boot sectors offered:
  76.  
  77. ■ First One  : The first boot sector I wrote. Simply try it!
  78. ■ Debug Boot : It shows all the register at boot startup. This can help you
  79.                making a boot sector for your own system (not for the others
  80.                because these value won't be the same).
  81. ■ QuickBoot  : Do nothing.
  82. ■ GUS INIT   : Shut up the GUS
  83. ■ SB INIT    : Shut up the SB
  84. ■ Smiley Boot: Display a very small picture (a smile) on the screen.
  85. ■ Time Boot  : Give you the date and the time. (On a CPU less than 286,
  86.                the time and date aren't given.
  87. ■ Own Message: Use BSZ.INI to modify the message writen.
  88. ■ Fire!      : This is what I call a boot sector intro.
  89.  
  90. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  91.  
  92. BSZ is FREEWARE, this means that you can copy it freely (if you don't make
  93. any modification in it) arround yourself (and farther if you want !).
  94. Please, share it with your friends, but DO NOT SELL IT ! And do not make 
  95. any commercial use of BSZ.
  96.  
  97. Original package contains those files
  98.               
  99.               FILE_ID.DIZ    Short Description
  100.               BSZ.DOC        This file
  101.               BSZ_FR.DOC     The same in french
  102.               BSZ.EXE        BSZ itself
  103.               BSZ.DAT        Boot Sectors records
  104.               BSZ.INI        Config file.
  105.               WHATSNEW.REV   Changes from v0.9
  106.  
  107. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  108.  
  109. For contacting me (e.g. if you have written a boot sector and you want I add
  110. it in BSZ), write (my mail) to :
  111.  
  112.       +                      +
  113.         Duret-Lutz Alexandre
  114.         9 Av du 29 Août 1944
  115.         51430 Tinqueux
  116.         France
  117.       +                      +
  118.