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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [monitor/] [monitor/] [common/] [boot.h] - Blame information for rev 88

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

Line No. Rev Author Line
1 59 hellwig
/*
2
 * boot.h -- bootstrap from disk
3
 */
4
 
5
 
6
#ifndef _BOOT_H_
7
#define _BOOT_H_
8
 
9
 
10 85 hellwig
#define PHYS_BOOT       0x00010000      /* where to load the bootstrap */
11
#define VIRT_BOOT       0xC0010000      /* where to start the bootstrap */
12 59 hellwig
 
13
 
14
void boot(int dskno);
15
 
16
 
17
#endif /* _BOOT_H_ */

powered by: WebSVN 2.1.0

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