View Single Post
Old 16 February 2020, 13:16   #6
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
I had a look at my OS1.3 WHDLoad install. L:Shell-Seg should have the pure (p) bit set. If this is not the case on your install it might be the causer of your problem. The PURE argument should overwrite a not set pure bit, if I understand it right. However, try "protect L:Shell-Seg p add" to set the pure bit, uncomment the resident line in your S-S and reboot to see if it help. With:
Code:
Resident CLI L:Shell-Seg SYSTEM pure add
CLI - is the name of the resident "module"
L:Shell-Seg - is the file that will be load.

Because the Shell-Seg is added you should get two times CLI in the "resident system" list if everything worked as expected. I don't know why Shell-Seg is added instead of replaced by default. If you want to know details about Shell/CLI you should ask Thomas Richter.

Last edited by daxb; 17 February 2020 at 11:54.
daxb is online now  
 
Page generated in 0.04289 seconds with 11 queries