home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / modules / devices / bootblock.e < prev    next >
Encoding:
Text File  |  2001-08-12  |  183 b   |  13 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. OBJECT bb
  5.   id[4]:ARRAY
  6.   chksum:LONG
  7.   dosblock:LONG
  8. ENDOBJECT     /* SIZEOF=12 */
  9.  
  10. CONST BOOTSECTS=2,
  11.       BBNAME_DOS=$444F5300,
  12.       BBNAME_KICK=$4B49434B
  13.