mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel/Storage+Base: Fix boot_device_addressing document for NVMe
The LUN.target_id parameter points to a NVMe Namespace which starts from 1 and not 0. Fix the document to reflect the same while addressing a nvme device in the boot parameters
This commit is contained in:
committed by
Linus Groh
parent
84e17fcbcc
commit
f8b67e1596
@@ -30,7 +30,7 @@ to address raw `StorageDevice`s:
|
||||
|
||||
```
|
||||
ata0:0:0 [First ATA controller, ATA first primary channel, master device]
|
||||
nvme0:0 [First NVMe Controller, First NVMe Namespace]
|
||||
nvme0:1:0 [First NVMe Controller, First NVMe Namespace, Not Applicable]
|
||||
ramdisk0 [First Ramdisk]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user