diff options
Diffstat (limited to 'target/x86/systems/vbox-x86')
-rw-r--r-- | target/x86/systems/vbox-x86 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/x86/systems/vbox-x86 b/target/x86/systems/vbox-x86 new file mode 100644 index 000000000..56bdfcefd --- /dev/null +++ b/target/x86/systems/vbox-x86 @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_VBOX_X86 + bool "VirtualBox Emulator" + select ADK_x86 + select ADK_vbox_x86 + select ADK_TARGET_VBOX + select ADK_TARGET_KERNEL_BZIMAGE + select ADK_PACKAGE_GRUB + help + Support for VirtualBox Emulator. + |