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

@@ -35,4 +35,6 @@ DEFINE_DEVICE_OP (ramdrv_get_sector_size);
DEFINE_DEVICE_OP (ramdrv_get_size);
DEFINE_DEVICE_OP (ramdrv_partition_rescan);
#endif // _KERNEL_DEVICE_RAMDRV_H