kernel: fixed bug with loading DEVICES.DAT (appeared since r9756)

git-svn-id: svn://kolibrios.org@9813 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
vitalkrilov 2022-05-11 21:18:56 +00:00
parent 1ed1f3a5b1
commit 5f43399ad2

View File

@ -176,7 +176,7 @@ kernel_file_load:
dd _CLEAN_ZONE ; buffer for data
db '/sys/KERNEL.MNT',0
dev_data_path db '/SYS/DRIVERS/DEVICES.DAT',0
dev_data_path db '/RD/1/DRIVERS/DEVICES.DAT',0
; { Patch by Coldy, For DLL autoload
dll_lib_path db '/SYS/LIB/DLL.OBJ',0
dll_error_msg db '"DLL.OBJ not found!\nTerminate application!" -dE',0