svn commit: r220559 - in head/sys: conf geom

Adrian Chadd adrian at freebsd.org
Wed Apr 13 02:55:07 UTC 2011


On 13 April 2011 02:18, Andrew Thompson <thompsa at freebsd.org> wrote:

> +struct map_desc {
> > +       uint8_t         name   [16];    /* null-terminated name */
> > +       uint32_t        offset; /* offset in flash */
> > +       uint32_t        addr;   /* address in memory */
> > +       uint32_t        size;   /* image size in bytes */
> > +       uint32_t        entry;  /* offset in image for entry point */
> > +       uint32_t        dsize;  /* data size in bytes */
> > +};
>
> It could at some point be used on larger storage, perhaps get rid of
> the 4G limit now?
>

If someone would like to submit patches to implement this and they're
verified to work, I'll commit them.

Thanks,


Adrian


More information about the svn-src-all mailing list