Pierre Krieger
Pierre Krieger
It seems that any secondary connection will instead trigger a RST being sent by `smoltcp`. Additionally, `wrk` is incapable of finishing a request. It is unclear whether this is a...
I thought I wouldn't have to do this, but apparently emulators still don't default to USB. Fortunately PS/2 is very simple.
cc #194 Getting any real UI framework to work on redshirt would require either support for hardware acceleration, or a software implementation of OpenGL or WebGPU. Both these solutions are...
Would allow: - Enumerating the list of disks. - Enumerating the list of partitions on a disk. - Reading/writing files by passing a disk, a partition, and a file path....
Wasi makes it possible for programs to access files. Right now there is no interface that gives access to files, and as a temporary solution the wasi handler simulates a...
Right now the core panics if `_start` has the wrong signature.
I'm mostly opening this issue for note tracking. A known working point is doing `cargo run -- build-image --target=arm-rpi3 --device-type sd-card --out foo.img --release` in the standalone-builder, with the following...
https://github.com/EmbarkStudios/cargo-deny-action The annoying thing here is that this repo contains multiple workspaces, and `cargo deny` doesn't have a CLI option to check a different directory.