home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / demos / secal / inc / devices / bootblock.inc < prev    next >
Encoding:
Text File  |  1996-04-30  |  188 b   |  14 lines

  1. include "inc/exec/types.inc";
  2.  
  3. struct BootBlock is
  4.   bb_id[4]:ubyte;
  5.   bb_chksum:long;
  6.   bb_dosblock:long;
  7. ;
  8.  
  9. def BOOTSECTS = 2;
  10.  
  11. def BBNAME_DOS = $444f5300;
  12. def BBNAME_KICK = $4b49434b;
  13.  
  14.