NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices audio.i / .h bootblock.i / .h cd.i / .h clipboard.i / .h console.i / .h conunit.i / .h gameport.i / .h hardblocks.i / .h input.i / .h inputevent.i / .h keyboard.i / .h keymap.i / .h narrator.i / .h parallel.i / .h printer.i / .h prtbase.i / .h prtgfx.i / .h scsidisk.i / .h serial.i / .h timer.i / .h trackdisk.i / .h diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | IFND DEVICES_BOOTBLOCK_I DEVICES_BOOTBLOCK_I SET 1 ** ** $VER: bootblock.i 36.6 (5.11.1990) ** Includes Release 45.1 ** ** floppy BootBlock definition ** ** (C) Copyright 1985-2001 Amiga, Inc. ** All Rights Reserved ** IFND EXEC_TYPES_I INCLUDE "exec/types.i" ENDC STRUCTURE BB,0 STRUCT BB_ID,4 ; 4 character identifier LONG BB_CHKSUM ; boot block checksum (balance) LONG BB_DOSBLOCK ; reserved for DOS patch LABEL BB_ENTRY ; bootstrap entry point LABEL BB_SIZE BOOTSECTS EQU 2 ; 1K bootstrap BBID_DOS macro ; something that is bootable dc.b 'DOS',0 endm BBID_KICK macro ; firmware image disk dc.b 'KICK' endm BBNAME_DOS EQU $444F5300 ; 'DOS\0' BBNAME_KICK EQU $4B49434B ; 'KICK' ENDC ; DEVICES_BOOTBLOCK_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |