SerenityOS build: Friday, January 27
Images 💾⌗
- serenity-x86_64-20230127-a7677f1.img.gz (Raw image, 689.03 MiB)
Last commit ⭐⌗
commit a7677f1d9bb2cf1265006dbd8382057dffef0050
Author: Liav A <liavalb@gmail.com>
AuthorDate: Thu Feb 10 20:35:30 2022 +0200
Commit: Jelle Raaijmakers <jelle@gmta.nl>
CommitDate: Thu Jan 26 23:04:26 2023 +0100
Kernel/PCI: Expose PCI option ROM data from the sysfs interface
For each exposed PCI device in sysfs, there's a new node called "rom"
and by reading it, it exposes the raw data of a PCI option ROM blob to
a user for examining the blob.
Other builds