devices utility app
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 4m29s
Build documentation / build-and-deploy (push) Successful in 3m51s

This commit is contained in:
2026-04-03 02:33:47 +02:00
parent 9a16029f4e
commit d79556a58f
10 changed files with 87 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ static void ide_make_device (struct proc* proc, struct reschedule_ctx* rctx,
.irq = probe.irq,
.irqs_support = probe.irqs_support,
};
struct device* ide = device_create (DEVICE_TYPE_DRIVE, device_key, ops, lengthof (ops),
&idedrv_init, &idedrv_fini, &init, proc, rctx);
device_probe_partitions (proc, rctx, ide);