mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
BEEP fix
This commit is contained in:
BIN
boredos.iso
BIN
boredos.iso
Binary file not shown.
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
(void)argc; (void)argv;
|
(void)argc; (void)argv;
|
||||||
|
sys_system(14, 392, 400, 0, 0);
|
||||||
printf("BEEP!\n");
|
printf("BEEP!\n");
|
||||||
sys_system(14, 1000, 100, 0, 0); // SYSTEM_CMD_BEEP (freq, ms)
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user