mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
Utilities: Add mkfs.fat
This adds a basic `mkfs.fat` utility, which can format FAT12, FAT16 and FAT32 partitions. This does have a few limitations, namely in that FAT12 formatting is limited to a set known floppy disk sizes, and we can only generate 512-byte sectors.
This commit is contained in:
parent
a69e113d49
commit
84252db976
3 changed files with 611 additions and 1 deletions
|
@ -598,6 +598,7 @@ if (BUILD_LAGOM)
|
|||
|
||||
lagom_utility(lzcat SOURCES ../../Userland/Utilities/lzcat.cpp LIBS LibCompress LibMain)
|
||||
lagom_utility(markdown-check SOURCES ../../Userland/Utilities/markdown-check.cpp LIBS LibFileSystem LibMarkdown LibMain LibManual)
|
||||
lagom_utility(mkfs.fat SOURCES ../../Userland/Utilities/mkfs.fat.cpp LIBS LibFileSystem LibMain)
|
||||
|
||||
if (NOT EMSCRIPTEN)
|
||||
lagom_utility(ntpquery SOURCES ../../Userland/Utilities/ntpquery.cpp LIBS LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue