You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ifd3f
added
feature
New feature to add to the program itself. Does not include refactors or platform support.
os: freebsd
Issues specific to the FreeBSD build.
labels
Mar 6, 2023
ifd3f
removed
the
feature
New feature to add to the program itself. Does not include refactors or platform support.
label
Mar 14, 2023
ifd3f
changed the title
Support BSDs
Support running on BSDs
Nov 9, 2023
If you're able to get the compilation, USB listing, sudo/doas escalation, and burn working, that would be really neat. That's not enough to close the issue, because I'll likely want to set up automated CI tests and builds, but this would get us pretty far in terms of that.
If you'd like some code pointers, the cross-platform parts you will likely want to modify are in device.rs and writer_process/xplat.rs.
#105 might block you on the disk writing part -- I'm not exactly sure how BSDs handle writes to block devices, but if they require that you write a multiple of the block size like in MacOS, you might get stuck on that. I'm currently writing a fix for it, so it might not end up blocking you.
No description provided.
The text was updated successfully, but these errors were encountered: