For DLL autoload

git-svn-id: svn://kolibrios.org@8671 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Coldy
2021-04-17 08:52:27 +00:00
parent e44d2d93da
commit cb3d4656b9
2 changed files with 57 additions and 3 deletions

View File

@@ -177,7 +177,10 @@ kernel_file_load:
db '/sys/KERNEL.MNT',0
dev_data_path db '/RD/1/DRIVERS/DEVICES.DAT',0
; { Patch by Coldy, For DLL autoload
dll_lib_path db '/RD/1/LIB/DLL.OBJ',0
dll_error_msg db '"DLL.OBJ not found!\nTerminate application!" -dE',0
; } End patch by Coldy, For DLL autoload
align 4
shmem_list: