diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/gamecube.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/gamecube.conf b/conf/machine/gamecube.conf new file mode 100644 index 0000000000..30323baf9e --- /dev/null +++ b/conf/machine/gamecube.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@Name: Nintendo GameCube +#@DESCRIPTION: Machine configuration for the Nintendo GameCube + +TARGET_ARCH = "powerpc" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux" + +MACHINE_FEATURES = "kernel26 ext2" + +KERNEL_IMAGETYPE = "zImage" |