Images 💾

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--;` :^)