elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elks/tools/mfs/mkfs.c
CommitAuthorDateMessage
446ddcf93c54925beb626d797c68a42ae96d6e5Florian Zimmermann2025-01-19revert changes to mfs
4f0283579ea33140d47c657d825b0780f579eb2Florian Zimmermann2025-01-18remove opt_nocopyzero setting globally, since unused
18eb525d4cfd188c511ea254cfabad5f2f9b7f2Greg Haerr2024-10-14[build] Add various options to optimize boot startup times
496b93fe6f8848abdba810574ce4bb433053d02Greg Haerr2024-02-18[tools] Fix mfs problem with max inodes on MINIX v2 filesystems
aa97125859af822387c76227d266cc7b3f29e71Greg Haerr2020-10-19[minixfs] Fix MINIX filesystem issues related to too many inodes
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
43a63eb0e78f6296c9b009df714324bc02095caJody Bruchon2020-03-08Whitespace cleanup in `elks/`
d053f935c6575ce5f158b349dbf09e224e0a857mfld-fr2020-02-08[mfs] Remove ELKS disk parameters
bf56b62a2e0b864b2a5a80d82f6cbdcba502ca1Greg Haerr2020-02-03[image] add mfs boot -B<sectors>,<heads> option to update BPB for MINIX boot
355a9e026bb6f96783747ab78ea5be430558b75Greg Haerr2019-05-01Remove all sudo requirements for ELKS image build Rewrite elks/image/Makefile to use mfs for all MINIX filesystem manipulations Add mfs genfs -k option to not copy zero-length files starting with .
377ee00f2bfc6d35c97f7f71600994256666859Greg Haerr2019-04-30Enhance mfs to create and copy a filesystem from a template in a single command New genfs option supports mkdir, copy, mknod and symlinks from template Set mfs default mkfs/genfs options to "-1 -n14 -i360 -s1440" for ease of use Use "mfs <image> genfs <te
e90ee2221d1303964859843847da4d9e7a8369dGreg Haerr2019-04-29Proof of concept to replace sudo mount/umount ELKS disk image with portable userland tools Added elks/elks/tools/mfs - Minix filesystem manipulation tool Added elks/elks/tools/mfsck - Minix filesystem consistency checker Added elks/elks/tools/bin to PATH