cleverca22 / not-os

An operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system, with support for iPXE and signed boot.
MIT License
791 stars 40 forks source link

CramFS? #22

Open hatonthecat opened 1 year ago

hatonthecat commented 1 year ago

Hi, was curious if there would be any benefits to using a different FS, with lower overhead, such as CramFS. CramFS supports a file system up to 272MB. https://en.wikipedia.org/wiki/Cramfs https://www.kernel.org/doc/Documentation/filesystems/cramfs.txt

Also, an interesting OS generator https://tiny.slitaz.org/index.php

GUI that uses 50 lines of C https://github.com/mackstann/tinywm