SerenityOS build: Sunday, August 07
Images 💾⌗
- serenity-i686-20220807-c92e68d.img.gz (Raw image, 127.62 MiB)
- serenity-i686-20220807-c92e68d.vdi.gz (VirtualBox VDI, 127.46 MiB)
Last commit ⭐⌗
commit c92e68da38dd7892a4afd6e44383cffcc188c46f
Author: Timon Kruiper <timonkruiper@gmail.com>
AuthorDate: Sat Aug 6 10:14:07 2022 +0200
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Sat Aug 6 14:00:54 2022 +0100
Kernel: Rounding size of bss to be a multiple of 8 for aarch64 linker.ld
This fixes a bug where the bss was not completely zeroed out. This bug
showed up when running the aarch64 Kernel baremetal on a Raspberry Pi.
Other builds