Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ SetBeeperOut
Function
SetBeeperOut
Kernel-Bridge/API/IO.cpp:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void SetBeeperOut() {
82
__outbyte(0x61, __inbyte(0x61) | 2);
83
}
84
85
void SetBeeperDivider(unsigned short Divider) {
86
__outbyte(0x42, static_cast<unsigned char>(Divider));
Callers
1
KbSetBeeperOut
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected