Commit Graph

5 Commits

Author SHA1 Message Date
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