home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / HF-SCL1.DMS / in.adf / inclib.lha / Inc / devices / bootblock.inc < prev    next >
Encoding:
Text File  |  1996-09-01  |  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.