qyliss changed the topic of #spectrum to: A compartmentalized operating system | https://spectrum-os.org/ | Logs: https://logs.spectrum-os.org/spectrum/
<qyliss> Right now I'm working on making the code that runs the virtio_wl device seperately generic, so it can run any crosvm device
<qyliss> This also means refactoring to put it in the place where all devices are configured, rather than in the implementation of the wayland one
<qyliss> Progress is surprisingly quick compared to getting it to work in the first place!
<qyliss> the commits are a total mess because I don't plan on keeping this around once I have the devices running in their own VMs, but this is a stepping stone.
<qyliss> And I have to commit a lot because the only good way to debug if it doesn't work is to compare to the last known-good version.
infinisil has quit [Ping timeout: 256 seconds]
infinisil has joined #spectrum
infinisil has quit [Ping timeout: 256 seconds]
infinisil has joined #spectrum
<qyliss> Oh nice! Some work from CrOS on making crosvm easier to build on normal Linux systems.
<qyliss> This is especially exciting, because it currently hard-codes a /usr directory, and makes development on NixOS extremely annoying: https://bugs.chromium.org/p/chromium/issues/detail?id=1032360
cole-h has quit [Ping timeout: 265 seconds]
cole-h has joined #spectrum
<Irenes[m]> ooh