Commit Graph

20 Commits

Author SHA1 Message Date
bjorn3 d5692c2855 Remove pcspkrd
The PC speaker device is not a general purpose audio device, but only
capable of playing beeps. While pcspkrd does currently get built, it
never actually gets started at startup. There is also no program
anywhere inside Redox OS capable of playing any sound through pcspkrd.
And finally basically the thing it is used for on modern systems is to
emit a beep when pressing backspace in a VT while there is no input
buffered. I personally find that beep rather annoying and have disabled
the Linux counterpart to pcspkrd on my system because of this.
2025-03-13 19:19:41 +01:00
Jesper Møller aa3887d4e7 Fix link to "a-note-about-drivers" 2025-02-04 20:54:40 +00:00
Ribbon b26aa9b32b Document how to contribute and do development in the README 2025-01-09 11:54:44 +00:00
bjorn3 fd8dabd1bc Use the new scheme format in most places
The graphics subsystem still uses the old format as orbital manually
parses the fpath result.
2024-07-11 21:14:45 +02:00
Ribbon 331b75f9bc Improve and cleanup the README 2024-04-03 21:45:26 +00:00
4lDO2 0d99333c3f Remove PhysBox. 2023-12-12 12:03:03 +01:00
Ribbon ce5409f9bf Improve the README 2023-11-15 17:20:37 +00:00
Ribbon 02dcf9c180 Improve the README 2023-11-07 15:12:50 +00:00
Ribbon 2ba83c0401 Add code blocks on the TODOs of the README 2023-08-12 09:10:23 +00:00
Ribbon 2a09f96277 Quote the "A Note about Drivers" section 2023-07-24 19:13:42 +00:00
4lDO2 2341e3cb16 Document memory:physical. 2023-07-18 12:24:11 +02:00
Ribbon 12420a1c8c Add kernel functions and the example driver on README 2023-07-13 13:55:35 +00:00
Ribbon 8e0d4cd2ca Improve explanation 2023-07-08 20:55:14 +00:00
Ribbon 17869bfd77 Update acpid TODO 2023-07-08 20:47:25 +00:00
Ribbon 2b86dc0bc9 Document new drivers and explain what is missing on incomplete drivers 2023-07-08 20:34:30 +00:00
Anhad Singh 4bbda21f0b drivers: start building virtio-gpu
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2023-06-29 16:37:59 +10:00
Anhad Singh c898e2e01f virtio-core: make send async
This allows for us to do cool stuff such as
`join!(queue.send(read_command), queue.send(write_command),
queue.send(read_command_2))`

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2023-06-29 14:21:34 +10:00
Anhad Singh fe22264571 misc: include virtiod in the README
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2023-06-19 12:22:03 +10:00
Ribbon e1605444a8 New section on README. 2023-03-26 23:30:58 +00:00
Alberto Souza 800c56f15a Add README.md 2023-02-08 18:55:59 +00:00