URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 59 |
Rev 85 |
Line 5... |
Line 5... |
|
|
#ifndef _BOOT_H_
|
#ifndef _BOOT_H_
|
#define _BOOT_H_
|
#define _BOOT_H_
|
|
|
|
|
#define PHYS_BOOT 0x00000000 /* where to load the bootstrap */
|
#define PHYS_BOOT 0x00010000 /* where to load the bootstrap */
|
#define VIRT_BOOT 0xC0000000 /* where to start the bootstrap */
|
#define VIRT_BOOT 0xC0010000 /* where to start the bootstrap */
|
#define TOS_BOOT 0xC0001000 /* top of stack for bootstrap */
|
#define TOS_BOOT 0xC0011000 /* top of stack for bootstrap */
|
|
|
|
|
void boot(int dskno);
|
void boot(int dskno);
|
|
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.