Implement storage device partition rescan (XDRV_PARTITION_RESCAN), Self-hosted installation WIP
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 35s
Build documentation / build-and-deploy (push) Successful in 27s

This commit is contained in:
2026-04-16 00:09:46 +02:00
parent 16cb7fd7bd
commit 288a4b4e83
27 changed files with 1565 additions and 147 deletions

View File

@@ -46,6 +46,7 @@ static void ide_make_device (struct proc* proc, struct reschedule_ctx* rctx,
[XDRV_GET_DEVICE_TYPE] = &idedrv_get_device_type,
[XDRV_READ] = &idedrv_read,
[XDRV_WRITE] = &idedrv_write,
[XDRV_PARTITION_RESCAN] = &idedrv_partition_rescan,
};
struct idedrv_init init = {