1
0
mirror of synced 2026-01-13 15:17:07 +00:00

Small config change to force a 100MHz clock rate.

This commit is contained in:
Andras Tantos 2020-09-13 17:19:35 +00:00
parent 0c5ab84c89
commit fd9c6df713

View File

@ -33,7 +33,9 @@ SysCallTableEnd 0x000C5A57
ProcTableBase 0x000357B7
ProcTableLength 650 ; NPROC from config.h
RealTimeClockIncrement 10 ; By how much should the real time clock increment for every instruction burst
CpuClockPeriod 10 ; Clock period in ns.
;UseHostRealTimeClock false
RealTimeClockIncrement 90 ; By how much should the real time clock increment for every instruction burst
OsType UNICOS ; Controls how syscalls are decoded for the logger
@ -115,13 +117,6 @@ IopClusters {
ImageFileName dump.img
DeviceType DD_U
}
inst {
PysicalDeviceId 023
IopNumber 0
Unit 0
ImageFileName install.img
DeviceType DD_U
}
root {
PysicalDeviceId 024
IopNumber 0