Re: Dev_use how to use?
Posted: Mon Mar 04, 2024 9:55 pm
Hi Jbizzel!
With TK2 loaded/activated, you only need the second set of lines in your boot file, not both.
Perhaps you simply mistyped that code snippet in to the post and you are only running one of the two (mutually exclusive) sets of commands...
Is there a reason why you appear to be loading and executing each extension twice?Jbizzel wrote: Mon Mar 04, 2024 8:48 pm My boot file looks like this - not with xxxx yyyyy zzzzz, but the file sizes.
Code: Select all
100 base1=RESPR(xxxxx) : LBYTES FLP1_PTR_GEN,base1 : CALL base1 110 base2=RESPR(yyyyy) : LBYTES FLP1_WMAN,base2 : CALL base2 120 base3=RESPR(zzzzz) : LBYTES FLP1_HOT_REXT,base3 : CALL base3 110 LRESPR FLP1_PTR_GEN 120 LRESPR FLP1_WMAN 130 LRESPR FLP1_HOT_REXT
With TK2 loaded/activated, you only need the second set of lines in your boot file, not both.
Perhaps you simply mistyped that code snippet in to the post and you are only running one of the two (mutually exclusive) sets of commands...