FreeCalypso > hg > fc-am-toolkit
view bootmatch/comp_defs.h @ 26:f98ca59c079d
doc/C1xx-VPM-usage: new article
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Jun 2023 22:36:46 +0000 |
parents | bfcc8180cf3c |
children |
line wrap: on
line source
/* * This header file contains global definitions for our bootmatch compiler. */ #define BOOT_BLOCK_SIZE 0x2000 #define MAX_RANGES 32 struct range { unsigned offset; unsigned nbytes; };