Make shell:disk_list_partitions() more verbose

Show disk sector size and capacity, partition's size and start sector.
This commit is contained in:
2023-01-03 20:39:10 +00:00
parent b0be99a9e9
commit f291ffc03b
32 changed files with 273 additions and 77 deletions

2
umka.h
View File

@@ -267,7 +267,7 @@ typedef struct {
uint32_t mtime;
uint32_t mdate;
uint64_t size;
char name[0x7777]; // how to handle this properly? FIXME
char name[0x777]; // how to handle this properly? FIXME
} bdfe_t;
typedef struct {