bochs: rely on upstream defaults for experimental options

This commit is contained in:
Patrick
2025-06-21 22:11:22 +02:00
parent 2d23937f55
commit bcc0050647
-5
View File
@@ -82,11 +82,6 @@ stdenv.mkDerivation (finalAttrs: {
(lib.enableFeature false "docbook") # Broken - it requires docbook2html
# Dangerous options - they are marked as "incomplete/experimental" on Bochs documentation
(lib.enableFeature false "3dnow")
(lib.enableFeature false "monitor-mwait")
(lib.enableFeature false "raw-serial")
# These are completely configurable, and they don't depend of external tools
(lib.enableFeature true "a20-pin")
(lib.enableFeature true "avx")