genromfs
genromfs copied to clipboard
The mkfs equivalent for romfs filesystem
Generate images in file name order to avoid too much difference on different machines for same resource Signed-off-by: Jiuzhu Dong
Update installation folder to /usr/local instead of /usr in Makefile (MacOS doesn't allow user writing to /usr/bin anymore)
It is safe to use cc instead of gcc on BSD and Linux. FreeBSD switched gcc to clang/llvm around 2012, no gcc in base anymore. You can now `make PREFIX=/usr/local...
I noticed that no later than Linux v4.9, a large romfs performance regression happened. Especially when reading sequential files off a romfs partition. I attempted to improve performance by increasing...
Issue: In MSYS2, when processing a large set of files (approximately 9,000), genromfs displays the error: "Too many open files" Fix: To resolve this, the open file handles are now...