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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.22/] [monitor/] [monitor-digilent/] [boot.h] - Blame information for rev 185

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 hellwig
/*
2
 * boot.h -- bootstrap from disk
3
 */
4
 
5
 
6
#ifndef _BOOT_H_
7
#define _BOOT_H_
8
 
9
 
10
#define PHYS_BOOT       0x00000000      /* where to load the bootstrap */
11
#define VIRT_BOOT       0xC0000000      /* where to start the bootstrap */
12
#define TOS_BOOT        0xC0001000      /* top of stack for bootstrap */
13
 
14
 
15
void boot(int dskno);
16
 
17
 
18
#endif /* _BOOT_H_ */

powered by: WebSVN 2.1.0

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