# Sample 'ReNOVAte.ini' file for demo Nova system -CPU=Nova -MemorySize=64 # enable the devices we want to support -DeviceEnable=TTI,TTO,RTC,PTR,PTP,LPT -DeviceEnable=DKP #OOPS - could not find device 'DZP' to enable #-DeviceEnable=DKP,DZP #-DeviceEnable=DZP #**************************************** #Cpro's magic... # it doesn't error out, but if DZP doesn't exist, what's the point? -DZPfile0=DZP0.raw -DLP64kw=1 -DEP64kw=1 # Is this right? I'm only guessing that 64k words is right for the pont 4. -DKP64kw=1 #***************************************** # No error produced on -DKPdebug=True # This works! We get codes like: # [DKP instruction: 006467 / dia 0,DZP , ac=000000] [000100] # # [DKP instruction: 006715 / doa 0,DZP , ac=002600] # # [DKP instruction: 006473 / dib 0,DZP , ac=002600] [000000] # # [DKP instruction: 006635 / doap 1,DZP , ac=001600] # DKP:0 seek: cylinder 0 -DKPdebug=True # No error produced -DZPdebug=True # No error produced -DZPgeometry=0442005032 # Error produced #OOPS - invalid DKP geometry specified #-DKPgeometry=0442005032 # Error produced #OOPS - invalid DKP geometry specified #-DKPgeometry=442005032 #This works, but it is a syntax difference from the reNOVAte manual. #Reference the help dump from the program itself #-DZPdeviceCode=23 #it doesn't error out, but if DZP doesn't exist, what's the point? #That and device code 23 is then used up, so that's bad. -DKPdeviceCode=23 # Produces erorr # OOPS...unknown command option # : file 'renovate.ini', line 22 # : '-DKPdevice=23' # # OOPS - fatal system initialization error #-DKPdevice=23 #-DKPdevice=25 # Produces Error: #OOPS...unknown command option # : file 'renovate.ini', line 59 # : '-DKPdiscutil=True' # #OOPS - fatal system initialization error #-DKPdiscutil=True # Produces erorr "OOPS - invalid DKP geometry specified" # -DKPgeometry=442005032 # Produces Error: # OOPS...unknown command option # : file 'renovate.ini', line 25 # : '-DZPdevice=32' # # OOPS - fatal system initialization error #-DZPdevice=32 # Produces Error: # OOPS...unknown command option # : file 'renovate.ini', line 34 # : '-DZPdiscutil=True' # # OOPS - fatal system initialization error #-DZPdiscutil=True # Produces Error: # OOPS...unknown command option # : file 'renovate.ini', line 42 # : '-DZPnative=True' # # OOPS - fatal system initialization error #-DZPnative=True #-DZPendian=1 #-DZPoffset= # create a window with 1000 rows and 100 colunns, # -WindowSize=1000100 # create a window with 1000 rows and 80 colunns, Why did Cprossu do this? -WindowSize=9990120 # set window to white characters on blue background -WindowColor=White:Blue # end of 'ReNOVAte.ini'