Ethin Probst
Ethin Probst
No, it does use speech-dispatcher. But I'm also talking about other screen readers. Can it (or will it) be able to interact with those screen readers that do expose APIs?
Does mun_runtime work in no_std or does it require std? You should also consider providing full embedding documentation in future -- something like an "embedding mun" book that gives you...
Suffering this issue too. Unsure what to do to resolve it. Will try other models to see what happens, I suppose.
Linode https://linode.com Note: You have to install OpenBSD via the minoroot.img or standard .img files. A guide to get it going is available here: https://www.linode.com/community/questions/10329/openbsd-on-linode Also, Linode blocks ports 25,...
The documentation currently does not specify whether OpenBSD is required to already be installed or not. For example, I'd like to deploy this, but I don't know if I need...
Would you not need to modify LLVM for it to generate PE binaries for UEFI? A target file will work but you'll still output ELF. And converting ELF to PE...
PE/COFF does support RISC-V (32/64/128). You want to generate a binary for riscv64gc/riscv32gc/riscv128gc, not riscv32/riscv64/riscv128. I don't think LLVM supports this though. A way around this would be to use...
Any update on this? I'm using the bootloader crate from the rust-osdev org and if we can get RISC-V EFI support making that bootloader work with RISC-V would be trivial...
@philipc Yeah you might need to build OVMF. I can't seem to find OvMF for RISC-V in the AUR so I don't know if any other distros have it or...
Very nice. It appears that you can't build oVMF for RISCV yet (sad). Using U-boot is an option though.