diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-07-31 13:32:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-07-31 13:32:50 +0200 |
commit | 750eba9f17e1f90783359433f3a13e73df506221 (patch) | |
tree | bbb47c559746ded2c362a2a49ffe902518430c3c /target/x86 | |
parent | 2a628d632dd8f73eca9d622f6b354fb5749b4cdb (diff) | |
parent | 46754bfea6bba6186f6b7d686036a5eb6038d281 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/sys-available/vbox-i686 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/x86/sys-available/vbox-i686 b/target/x86/sys-available/vbox-i686 new file mode 100644 index 000000000..88b5ec63c --- /dev/null +++ b/target/x86/sys-available/vbox-i686 @@ -0,0 +1,14 @@ +config ADK_TARGET_SYSTEM_VBOX_I686 + bool "VirtualBox Emulator" + select ADK_x86 + select ADK_vbox_i686 + select ADK_CPU_I686 + select ADK_HARDWARE_VBOX + select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_INPUT + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_HDD + select ADK_TARGET_WITH_SATA + help + Support for VirtualBox Emulator (i686). + |