mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
d87fbcccb7
This version contains my patch that adds support for the proprietary VideoCore mailbox message for reading the kernel command line, so patches aren't needed anymore.
4 lines
215 B
Bash
4 lines
215 B
Bash
QEMU_VERSION="8.1.0"
|
|
QEMU_ARCHIVE="qemu-${QEMU_VERSION}.tar.xz"
|
|
QEMU_ARCHIVE_URL="https://download.qemu.org/${QEMU_ARCHIVE}"
|
|
QEMU_ARCHIVE_SHA256SUM="710c101198e334d4762eef65f649bc43fa8a5dd75303554b8acfec3eb25f0e55"
|