MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / StartBeeper

Function StartBeeper

Kernel-Bridge/API/IO.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void StartBeeper() {
70 __outbyte(0x61, __inbyte(0x61) | 3);
71 }
72
73 void StopBeeper() {
74 __outbyte(0x61, __inbyte(0x61) & 252);

Callers 1

KbStartBeeperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected