mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
Main: README.md: Remove architectures
This commit is contained in:
parent
49470c251c
commit
a64ad493a6
1 changed files with 0 additions and 19 deletions
19
README.md
19
README.md
|
@ -25,7 +25,6 @@ Table of contents
|
|||
* [Installation](#installation)
|
||||
* [Development](#development)
|
||||
* [Cross](#cross)
|
||||
* [Architectures](#architectures)
|
||||
|
||||
|
||||
|
||||
|
@ -261,21 +260,3 @@ Disassembly of section .text:
|
|||
1c: 0f 22 e0 mov %eax,%cr4
|
||||
1f: c3 ret
|
||||
```
|
||||
|
||||
|
||||
|
||||
Architectures
|
||||
-------------
|
||||
|
||||
Architectures should be properly identified. We use the following scheme, but it
|
||||
may change in future:
|
||||
|
||||
* `x86`
|
||||
* `i386`
|
||||
* `x86_64`
|
||||
* `riscv`
|
||||
* `riscv64`
|
||||
* `arm` - we need more info, now similar to [Debian](https://www.debian.org/ports/arm/)
|
||||
* `armel`
|
||||
* `armhf`
|
||||
* `arm64`
|
||||
|
|
Loading…
Add table
Reference in a new issue