Project

General

Profile

« Previous | Next » 

Revision 325

Added by markw over 10 years ago

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.

View differences:

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,&param);
//struct sched_param param;
//param.sched_priority = 50;
//sched_setscheduler(0,SCHED_RR,&param);
nice(-20);
}

Also available in: Unified diff