From a64ad493a62720188950db57cb022a854b810de6 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Jun 2022 14:18:40 +0300 Subject: [PATCH] Main: README.md: Remove architectures --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index b643acf..6707c55 100644 --- a/README.md +++ b/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`