fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
286 stars 26 forks source link

Enable KVM support in the Linux kernel #443

Open Googulator opened 4 months ago

Googulator commented 4 months ago

From #442: "KVM, unfortunately, doesn't compile with our current toolchain; I tried to patch it out, with no luck. It causes undefined reference to `__compiletime_assert___COUNTER__' errors at the final link, and unlike drm_edid, this doesn't seem to be patchable just by removing BUILD_BUG_ONs."

This issue is for tracking and solving that compile error.