1 रिपॉजिटरी
Low-level control of the system PC speaker via hardware timers.
Distinct from PC Game Streaming: Candidates focus on AI audio embeddings or streaming, not bare-metal PC speaker hardware control.
Explore 1 awesome GitHub repository matching operating systems & systems programming · PC Speaker Drivers. Refine with filters or upvote what's useful.
This project is a collection of minimal operating systems, bootloaders, and hardware drivers used to demonstrate low-level x86 system programming and hardware interfacing. It serves as a kernel development toolkit and a system programming lab designed for testing architecture concepts and hardware behavior within a system emulator. The repository provides reference implementations for creating bootable disk images and loading kernel stages. It includes guides for implementing protected mode transitions, memory paging, interrupt descriptor tables, and symmetric multiprocessing on x86 hardware.
Implements a driver to produce sound through the PC speaker by controlling PIT channel 2.