2015-05-16 13:02:47 +00:00
|
|
|
x86 support
|
|
|
|
===========
|
|
|
|
|
|
|
|
Gluon can run on normal x86 systems, for example virtual machines
|
2015-11-23 00:43:35 +00:00
|
|
|
and VPN boxes. By default, there is no WLAN support on x86 though.
|
2015-05-16 13:02:47 +00:00
|
|
|
|
|
|
|
Targets
|
|
|
|
^^^^^^^
|
|
|
|
|
2015-11-23 00:43:35 +00:00
|
|
|
The following targets for x86 images exist:
|
2015-05-16 13:02:47 +00:00
|
|
|
|
|
|
|
`x86-generic`
|
|
|
|
Generic x86 support with many different ethernet drivers; should run on
|
|
|
|
most x86 systems.
|
|
|
|
|
|
|
|
There are three images:
|
|
|
|
|
2023-03-20 19:00:55 +00:00
|
|
|
* `generic` (compressed "raw" image, can be written to a disk directly or booted with qemu)
|
2015-05-16 13:02:47 +00:00
|
|
|
* `virtualbox` (VDI image)
|
|
|
|
* `vmware` (VMDK image)
|
|
|
|
|
2019-04-01 01:02:35 +00:00
|
|
|
These images differ in the image file format, the content is the same. Therefore
|
|
|
|
a single `x86-generic` sysupgrade image is provided, only.
|
2015-05-16 13:02:47 +00:00
|
|
|
|
2017-06-07 13:42:21 +00:00
|
|
|
`x86-geode`
|
|
|
|
x86 image for Geode CPUs.
|
2015-11-23 00:43:35 +00:00
|
|
|
|
|
|
|
`x86-64`
|
2017-06-07 13:42:21 +00:00
|
|
|
64bit version of `x86-generic`.
|