libk  Check-in [ed18118c3c]

Overview
Comment:fix markdown syntax
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ed18118c3c461c4b727cca2d58cd90808a624defc2c906160d0db968d07a3c44
User & Date: lexi on 2020-05-20 17:40:24
Other Links: manifest | tags
Context
2020-05-20
18:56
switch to EUPL Leaf check-in: 95c138423b user: lexi tags: trunk
17:40
fix markdown syntax check-in: ed18118c3c user: lexi tags: trunk
14:27
add libk-config check-in: cfbfa7fcca user: lexi tags: trunk
Changes

Modified libk.md from [2a5151f961] to [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