1 个仓库
Applying binary patches to drivers specifically within containerized environments.
Distinct from Driver Binary Patching: Focuses on patching drivers inside containers using linker manipulation rather than general hardware support.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Containerized Driver Patching. Refine with filters or upvote what's useful.
nvidia-patch 是一个针对 Nvidia 驱动程序的二进制修改工具,旨在移除消费级硬件上的人为制造商限制。它主要作为并发视频编码会话的解锁器,并激活高性能帧缓冲区屏幕捕获功能。 该项目包含一个 GPU 驱动程序二进制补丁程序,能够在隔离环境(如容器和 Flatpak 运行时)中修改驱动程序库。它利用动态链接器操作将这些补丁应用于位于只读文件系统上的二进制文件。 该工具提供了状态保留的二进制备份机制,以允许驱动程序补丁回滚。它还包括验证工具,通过执行并发编码任务来确认会话限制已成功移除。
Enables applying driver patches inside containers to bypass read-only filesystem mounts.