Changeset 86c03ba in mainline for uspace/app/mkminix/mkminix.c


Ignore:
Timestamp:
2011-07-17T16:03:24Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9f87b488
Parents:
1dd3e81
Message:

Print the block size when formatting the device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkminix/mkminix.c

    r1dd3e81 r86c03ba  
    476476
    477477        /*Superblock is now ready to be written on disk*/
     478        printf(NAME ": %d block size\n", sb->block_size);
    478479        printf(NAME ": %d inodes\n", (uint32_t) sb->n_inodes);
    479480        printf(NAME ": %d zones\n", (uint32_t) sb->n_zones);
Note: See TracChangeset for help on using the changeset viewer.