From 029a2935c13f35c7a6915e4714fbcd781c198342 Mon Sep 17 00:00:00 2001 From: red-prig Date: Sat, 11 Mar 2023 22:48:41 +0300 Subject: [PATCH] mount "mnt" folder --- sys/sys_path.pas | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/sys_path.pas b/sys/sys_path.pas index 05e5e4a1..520d245d 100644 --- a/sys/sys_path.pas +++ b/sys/sys_path.pas @@ -583,6 +583,11 @@ begin if (fp^<>#0) then Inc(fp); Result:=MountMiscConcat('usr',fp,r); end; + $00746E6D: //mnt + begin + if (fp^<>#0) then Inc(fp); + Result:=MountMiscConcat('mnt',fp,r); + end; else Result:=PT_ERR; end;