"Currently, cramfs must be written and read with architectures of the
same endianness, and can be read only by kernels with PAGE_SIZE
== 4096."
Hi, I am not very technically-knowledgeable, but was curious if cramfs has the same endianness as in the ARM Cortex M4's. A use case would be to support a very tiny linux OS with one or two apps like a notepad editor (which wouldn't need files larger than 16MB). This could then be used as a solar powered typewriter, or even an SIP phone to make calls/send texts.
"Currently, cramfs must be written and read with architectures of the same endianness, and can be read only by kernels with PAGE_SIZE == 4096."
Hi, I am not very technically-knowledgeable, but was curious if cramfs has the same endianness as in the ARM Cortex M4's. A use case would be to support a very tiny linux OS with one or two apps like a notepad editor (which wouldn't need files larger than 16MB). This could then be used as a solar powered typewriter, or even an SIP phone to make calls/send texts.