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

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk/monitor/monitor
    from Rev 85 to Rev 88
    Reverse comparison

Rev 85 → Rev 88

/common/boot.c
41,7 → 41,6
cpuSetReg(16, dskno);
cpuSetReg(17, 0);
cpuSetReg(18, capacity);
cpuSetReg(29, TOS_BOOT);
cpuSetPC(VIRT_BOOT);
cpuRun();
}
/common/boot.h
9,7 → 9,6
 
#define PHYS_BOOT 0x00010000 /* where to load the bootstrap */
#define VIRT_BOOT 0xC0010000 /* where to start the bootstrap */
#define TOS_BOOT 0xC0011000 /* top of stack for bootstrap */
 
 
void boot(int dskno);

powered by: WebSVN 2.1.0

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