{% extends "stasy-base-2.html" %} {% block title %}{% end block %} {% block content %}

{{ _("CPU flags") }}

On this page we will examine which CPUs provide a specific feature. These charts will help the IPFire developers to make decisions about the operating system configuration.

{{ _("CPUs that support long mode") }}

For future planning it is important to know if there is enough hardware support for a 64bit version of IPFire.

{{ modules.StasyTable(cpus_lm, sortby="percentage") }}

{{ _("CPUs with PAE") }}

This chart shows us which CPUs have got the PAE flag.

{{ modules.StasyTable(cpus_pae, sortby="percentage") }} {% end block %}