![]() |
Retro Rocket OS
|
Writes the currently registered device names and their owning subsystems into two string arrays.
string-devices$ receives full device names such as hd0, cd0, ram0, and net0. string-owners$ receives the subsystem which registered each name, such as ahci, nvme, or ramdisk. integer-count is set to the number of entries written.
The arrays are created or resized automatically. The two arrays always have matching indexes, so d$(0) and o$(0) describe the same device.
Device names are kernel namespace names, not files or paths.
See also: MOUNT ยท MODLOAD