]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-stats-cpu-flags.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / stasy-stats-cpu-flags.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block title %}{% end block %}
4
5 {% block content %}
6 <h3>{{ _("CPU flags") }}</h3>
7 <p>
8 On this page we will examine which CPUs provide a specific feature.
9 These charts will help the IPFire developers to make decisions about
10 the operating system configuration.
11 </p>
12
13 <h4>{{ _("CPUs that support long mode") }}</h4>
14 <p>
15 For future planning it is important to know if there is enough hardware
16 support for a 64bit version of IPFire.
17 </p>
18 {{ modules.StasyTable(cpus_lm, sortby="percentage") }}
19
20 <h4>{{ _("CPUs with PAE") }}</h4>
21 <p>
22 This chart shows us which CPUs have got the PAE flag.
23 </p>
24 {{ modules.StasyTable(cpus_pae, sortby="percentage") }}
25 {% end block %}