diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-06 08:51:31 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:52 -0500 |
| commit | 709380767c0d86794d82babb12842e293bb5e1fc (patch) | |
| tree | 468ed264a09342a4639ce565b8f097d10cf12b3f | |
| parent | 42c992a38017fd2c33660cfdad23e71a0af766bb (diff) | |
kernel: zero memory in early boot
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index e0314e67..0e59f939 100644 --- a/static/releases.html +++ b/static/releases.html @@ -560,6 +560,7 @@ <p>Changes since the 2025020500 release:</p> <ul> + <li>kernel (5.10, 5.15, 6.1, 6.6): zero memory in early boot in case it wasn't zeroed by the OS as part of a clean reboot or shutdown</li> <li>Launcher: add 4x5 grid option</li> </ul> </article> |
