Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ StopBeeper
Function
StopBeeper
Kernel-Bridge/API/IO.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void StopBeeper() {
74
__outbyte(0x61, __inbyte(0x61) & 252);
75
}
76
77
void SetBeeperIn() {
78
__outbyte(0x61, __inbyte(0x61) & 253);
Callers
1
KbStopBeeper
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected