Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
devos50 committed Feb 13, 2022
1 parent 76544c5 commit 53ee262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ void write_filesystem() {
// write_page(gpt_entry_filesystem_partition_page, (uint8_t *)spare, bank, pbi * PAGES_PER_BLOCK + pib);

// finalize the GPT header
// TODO add the secondary GPT entry!
memcpy(gpt_header, GPT_HDR_SIG, 8);
gpt_header->hdr_revision = GPT_HDR_REVISION;
gpt_header->hdr_size = 0x5C; // 92 bytes
Expand Down

0 comments on commit 53ee262

Please sign in to comment.