Third time is a charm, rewrote disk access again, read-only for now

This commit is contained in:
2021-06-11 16:52:35 +02:00
parent 00b5377a41
commit f4413a2d06
2 changed files with 124 additions and 322 deletions

View File

@@ -23,6 +23,7 @@ typedef struct {
uint32_t counter;
uint32_t lba;
uint8_t* buffer;
uint8_t* directory;
unsigned int size;
} Storage;