Loaddrv - Case Sensitivity Issues #89

Open
opened 2024-08-09 19:38:22 +02:00 by ramenu · 0 comments
Member

I'm not sure if this is intentional behavior. But here it is.

Basically, there is some mechanism in LOADDRV to prevent the driver from being loaded again. If you invoke the driver by its service_proc name then it won't load it. However, it seems that this check doesn't account for case sensitivity, so writing something like "loaddrv NVMe" when the service_proc name is "nvme" will cause LOADDRV to invoke the driver again. I don't think this is expected behavior.

I'm not sure if this is intentional behavior. But here it is. Basically, there is some mechanism in LOADDRV to prevent the driver from being loaded again. If you invoke the driver by its service_proc name then it won't load it. However, it seems that this check doesn't account for case sensitivity, so writing something like "loaddrv NVMe" when the service_proc name is "nvme" will cause LOADDRV to invoke the driver again. I don't think this is expected behavior.
rgimad added the
Category/Applications
Category/Drivers
FASM
labels 2025-05-31 14:08:33 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#89
No description provided.