From 86e5bd89ecbe6e3a204ab816b9f7e48eb9a7fee7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 16 Nov 2025 14:37:12 +0100 Subject: feat: launch: design of ne_launch done. Signed-off-by: Amlal El Mahrouss --- dev/modules/NVME/NVME.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/modules/NVME') diff --git a/dev/modules/NVME/NVME.h b/dev/modules/NVME/NVME.h index c0894194..21f5323e 100644 --- a/dev/modules/NVME/NVME.h +++ b/dev/modules/NVME/NVME.h @@ -93,7 +93,7 @@ inline Bool nvme_create_io_command(HAL_NVME_QUEUE* entry, UInt64 baseAddress, entry->CommandSpecific[9] = identify; if (namespaceIdentify) { - entry->CommandSpecific[0] = 1; + entry->CommandSpecific[0] = YES; } } -- cgit v1.2.3