Closed dilyn-corner closed 3 years ago
Some small adjustments I noticed post-merge :(
Storage:
just some typos (referencing /dev/sda when it should be /dev/nvme0n1 for instance)
zswap::
zmalloc -> zsmalloc
zram:
zram.boot changes; need to declare devices at load time, need to choose compression algorithm before initialization, added tmpfs example.
These are things I should've noticed before the merge; sorry!
Some small adjustments I noticed post-merge :(
Storage:
just some typos (referencing /dev/sda when it should be /dev/nvme0n1 for instance)
zswap::
zmalloc -> zsmalloc
zram:
zram.boot changes; need to declare devices at load time, need to choose compression algorithm before initialization, added tmpfs example.
These are things I should've noticed before the merge; sorry!