SerenityOS build: Friday, December 16
Images 💾⌗
- serenity-x86_64-20221216-1b5a565.vdi.gz (VirtualBox VDI, 143.89 MiB)
- serenity-x86_64-20221216-1b5a565.img.gz (Raw image, 144.23 MiB)
Last commit ⭐⌗
commit 1b5a565e5587bcf58d8801601a2c519771c1e971
Author: Sam Atkins <atkinssj@serenityos.org>
AuthorDate: Fri Dec 9 14:53:55 2022 +0000
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Thu Dec 15 22:04:28 2022 +0000
Kernel: Allocate VirtIOGPU context IDs from a bitmap, with ErrorOr
As is, we never *deallocate* them, so we will run out eventually.
Creating a context, or allocating a context ID, now returns ErrorOr if
there are no available free context IDs.
`number_of_fixmes--;` :^)
Other builds