OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [bootdesc/] [bootdesc.template.in] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
 
2
 
3
/* Supervisor task at load time. */
4
struct svc_image {
5
        char name[16];
6
        unsigned int phys_start;
7
        unsigned int phys_end;
8
} __attribute__((__packed__));
9
 
10
/* Supervisor task descriptor at load time */
11
struct bootdesc {
12
        int desc_size;
13
        int total_images;
14
        struct svc_image images[];
15
} __attribute__((__packed__));
16
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.