73a74,79
> //Opperate in user mode
> threadContexts[0]->setMiscRegNoEffect(IPR_ICM, 0x18);
> //No super page mapping
> threadContexts[0]->setMiscRegNoEffect(IPR_MCSR, 0);
> //Set this to 0 for now, but it should be unique for each process
> threadContexts[0]->setMiscRegNoEffect(IPR_DTB_ASN, M5_pid << 57);