home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / devices / bootblock.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  336 b   |  15 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:devices/bootblock.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT bb
  6. (  0)   id:substructure
  7. (  4)   chksum:LONG
  8. (  8)   dosblock:LONG
  9. (---) ENDOBJECT     /* SIZEOF=12 */
  10.  
  11. CONST BOOTSECTS=2,
  12.       BBNAME_DOS=$444F5300,
  13.       BBNAME_KICK=$4B49434B
  14.  
  15.