From fdbcbba07cac3dbf9ef377f2f5248dd662f6babd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 27 Aug 2024 10:22:14 +0200 Subject: [IMP] Improve log window to specify file path. [FIX] Fix bad fork metadata dump... Signed-off-by: Amlal El Mahrouss --- dev/ZKA/Sources/DriveManager.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZKA/Sources/DriveManager.cxx') diff --git a/dev/ZKA/Sources/DriveManager.cxx b/dev/ZKA/Sources/DriveManager.cxx index 48a61f41..575fe499 100644 --- a/dev/ZKA/Sources/DriveManager.cxx +++ b/dev/ZKA/Sources/DriveManager.cxx @@ -114,7 +114,7 @@ namespace Kernel { DriveTrait trait; - rt_copy_memory((VoidPtr) "\\NUL", trait.fName, rt_string_len("\\NUL")); + rt_copy_memory((VoidPtr) "\\Mount\\NUL:", trait.fName, rt_string_len("\\Mount\\NUL:")); trait.fKind = kInvalidDrive; trait.fInput = io_drv_unimplemented; @@ -131,7 +131,7 @@ namespace Kernel { DriveTrait trait; - rt_copy_memory((VoidPtr) "\\Mount\\NUL:", trait.fName, rt_string_len("\\Mount\\NUL:")); + rt_copy_memory((VoidPtr) "\\Mount\\MainDisk:", trait.fName, rt_string_len("\\Mount\\MainDisk:")); trait.fKind = kMassStorage; trait.fInput = ke_drv_input; -- cgit v1.2.3