From 2dc17828cfe1a6744961cfb84ffec6cbe34c78de Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 17 Aug 2025 19:40:43 -0400 Subject: create module for the dynamic loader --- src/subj/common.cil | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/subj/common.cil') diff --git a/src/subj/common.cil b/src/subj/common.cil index 70b2790..8f8da38 100644 --- a/src/subj/common.cil +++ b/src/subj/common.cil @@ -36,13 +36,11 @@ (call .proc.read_fs_lnk_files (typeattr)) (call .proc.search_fs_dirs (typeattr)) - ;; use dyn loader - ;; todo: make a special dyn loader label/type - ;; use dyn loader - (call .conf.read_file_files (typeattr)) - (call .conf.search_file_dirs (typeattr)) - (call .conf.read_file_lnk_files (typeattr)) - (call .conf.map_file_files (typeattr)) + ;; loader + (call .loader.conf.read_file_files (typeattr)) + (call .loader.exec.mapexecute_file_files (typeattr)) + (call .loader.cache.search_file_dirs (typeattr)) + (call .loader.cache.read_file_files (typeattr)) ;; use libraries (call .lib.mapexecute_file_files (typeattr)) -- cgit v1.2.3