mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Document architectures
This commit is contained in:
parent
8a7b2e4619
commit
99adbd0478
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue