view bootmatch/comp_defs.h @ 27:9e7ca43275eb

doc/Pirelli-VPM-howto: new article
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 12 Jun 2023 04:21:16 +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;
};