SerenityOS build: Saturday, October 05
Images 💾⌗
- serenity-x86_64-20241005-b1f470f.img.gz (Raw image, 224.41 MiB)
Last commit ⭐⌗
commit b1f470f7fe3da047b0a76321b21d458d44f28006
Author: Sönke Holz <sholz8530@gmail.com>
AuthorDate: Mon Sep 2 14:53:24 2024 +0200
Commit: Andrew Kaster <akaster@serenityos.org>
CommitDate: Fri Oct 4 12:06:40 2024 -0600
crash: Actually execute an illegal instruction on all architectures
__builtin_trap() gets compiled to a breakpoint instruction on
riscv64 GCC, aarch64 GCC, and aarch64 Clang.
Other builds