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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [mkmboot/] [stage2/] [mboot.c] - Diff between revs 87 and 258

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 87 Rev 258
Line 21... Line 21...
unsigned int startSector = 0;    /* gets loaded by previous stage */
unsigned int startSector = 0;    /* gets loaded by previous stage */
unsigned int numSectors = 0;     /* gets loaded by previous stage */
unsigned int numSectors = 0;     /* gets loaded by previous stage */
 
 
 
 
typedef struct {
typedef struct {
  unsigned long type;
  unsigned int type;
  unsigned long start;
  unsigned int start;
  unsigned long size;
  unsigned int size;
  char descr[DESCR_SIZE];
  char descr[DESCR_SIZE];
} PartEntry;
} PartEntry;
 
 
PartEntry ptr[NPE];
PartEntry ptr[NPE];
 
 

powered by: WebSVN 2.1.0

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