1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00

Document architectures

This commit is contained in:
Alex Kotov 2022-01-13 11:35:25 +05:00
parent 8a7b2e4619
commit 99adbd0478
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -19,6 +19,7 @@ Table of contents
* [Installation](#installation)
* [Development](#development)
* [Cross](#cross)
* [Architectures](#architectures)
* [Portability](#portability)
* [Discussion](#discussion)
@ -221,6 +222,20 @@ Disassembly of section .text:
Architectures
-------------
Architectures should be properly identified. We use the following scheme, but it
may change in future:
* `x86`
* `i386`
* `x86_64`
* `riscv`
* `riscv64`
Portability
-----------