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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-01
|
188 b
|
14 lines
include "inc/exec/types.inc";
struct BootBlock is
bb_id[4]:ubyte;
bb_chksum:long;
bb_dosblock:long;
;
def BOOTSECTS = 2;
def BBNAME_DOS = $444f5300;
def BBNAME_KICK = $4b49434b;