libk  Diff

Differences From Artifact [2a5151f961]:

To Artifact [0f6b34d277]:


    92     92    * C module headers: `*.h`
    93     93    * ancillary C headers: `*.inc.h`
    94     94    * assembly code: `*.s`
    95     95   
    96     96   **arches**
    97     97   
    98     98   these atoms will be used to reference particular system architectures. these will mostly be used in the filenames of assembly code.
           99  +
    99    100    * Intel/AMD x86: `x86`
   100    101    * ARM: `arm` (aarch64 is specified by `os=arm bits=64`)
   101    102    * MIPS: `mips`
   102    103    * Itanium: `ia64` (no bits)
   103    104    * PowerPC: `ppc`
   104    105   
   105    106   # localization