diff options
Diffstat (limited to 'conf/machine/x86-uml.conf')
-rw-r--r-- | conf/machine/x86-uml.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/x86-uml.conf b/conf/machine/x86-uml.conf index e69de29bb2..34a6b89ab5 100644 --- a/conf/machine/x86-uml.conf +++ b/conf/machine/x86-uml.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: X86 User Mode Linux +#@DESCRIPTION: Machine configuration for a User Mode Linux running on an x86 compatible PC + +include conf/machine/x86.conf + +PREFERRED_PROVIDER_virtual/kernel = "linux-uml" + |