diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-27 10:22:14 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-08-27 10:35:37 +0200 |
| commit | fdbcbba07cac3dbf9ef377f2f5248dd662f6babd (patch) | |
| tree | 5272a3307dd083ce13ae8ae172a689583af2e2d3 /dev/ZKA/Sources/DriveManager.cxx | |
| parent | 1f9b7e979f656c255bb1bf51743f1001c613b963 (diff) | |
[IMP] Improve log window to specify file path.
[FIX] Fix bad fork metadata dump...
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/Sources/DriveManager.cxx')
| -rw-r--r-- | dev/ZKA/Sources/DriveManager.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
