bochs: rely on upstream defaults for experimental options
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user