mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:17:34 +00:00
Kernel: Add a beep() syscall that beeps the PC speaker.
Hook this up in Terminal so that the '\a' character generates a beep. Finally emit an '\a' character in the shell line editing code when backspacing at the start of the line.
This commit is contained in:
parent
dcf490ecab
commit
3cba2a8a78
14 changed files with 82 additions and 25 deletions
|
@ -49,6 +49,7 @@ KERNEL_OBJS = \
|
|||
Net/Routing.o \
|
||||
Net/NetworkTask.o \
|
||||
ProcessTracer.o \
|
||||
Devices/PCSpeaker.o \
|
||||
File.o
|
||||
|
||||
VFS_OBJS = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue