URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [monitor/] [monitor/] [common/] [boot.h] - Rev 261
Go to most recent revision | Compare with Previous | Blame | View Log
/* * boot.h -- bootstrap from disk */ #ifndef _BOOT_H_ #define _BOOT_H_ #define PHYS_BOOT 0x00010000 /* where to load the bootstrap */ #define VIRT_BOOT 0xC0010000 /* where to start the bootstrap */ void boot(int dskno, Bool start); #endif /* _BOOT_H_ */
Go to most recent revision | Compare with Previous | Blame | View Log