Revision 325
Added by markw over 10 years ago
memory.c | ||
---|---|---|
zpu_base = (unsigned char *)virtual_base + 0x1000000;
|
||
//pokey_regbase = (unsigned char *)virtual_base + 0x1000400;
|
||
|
||
struct sched_param param;
|
||
param.sched_priority = 50;
|
||
sched_setscheduler(0,SCHED_RR,¶m);
|
||
//struct sched_param param;
|
||
//param.sched_priority = 50;
|
||
//sched_setscheduler(0,SCHED_RR,¶m);
|
||
nice(-20);
|
||
}
|
||
|
First cut of papilio duo support. NB: This does not work yet, notably PLL needs changing. Then sram needs wiring up to allow zpu to run.