From 7f88a49b18bfb81ca454bc7a4399b086b5f01cc1 Mon Sep 17 00:00:00 2001 From: Ishimoto Shinobu Date: Sat, 27 Feb 2021 09:51:57 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a6534c2c5..4074bdc00c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ https://img.shields.io/github/downloads/ataraxialinux/ataraxia/total.svg) ## Introduction -Ataraxia GNU/Linux is an independent, multi-platform, general purpose operating system based on the [Linux kernel](https://www.kernel.org/), [musl libc](http://www.musl-libc.org/), [OpenBSD](https://www.openbsd.org/) and [Suckless](https://core.suckless.org/) userland. Ataraxia Linux aims to be simple, compact and safe, adhering strictly to the KISS principle. It can be used on desktops, servers and embedded devices. Ataraxia Linux is available for x86, ARM, PowerPC, IBM System Z (s390x) and RISC-V. It uses it's own package manager called "[neko](https://github.com/ataraxialinux/neko)", which is compatible with [CRUX](https://crux.nu/) Pkgfiles. Ataraxia Linux provides better security than standard distributions. For example, userland and kernel were compiled with [PIC, PIE](https://en.wikipedia.org/wiki/Position-independent_code), [SSP](https://en.wikipedia.org/wiki/Buffer_overflow_protection), [SafeStack](https://clang.llvm.org/docs/SafeStack.html) and [ShadowCallStack](https://clang.llvm.org/docs/ShadowCallStack.html) and the kernel is configured for better security, without compromise. Ataraxia Linux is oriented towards advanced Linux users, who know what they're doing. +Ataraxia GNU/Linux is an independent, multi-platform, general purpose operating system based on the [Linux kernel](https://www.kernel.org/), [musl libc](http://www.musl-libc.org/), [OpenBSD](https://www.openbsd.org/) and [Toybox](https://landley.net/toybox) userland. Ataraxia Linux aims to be simple, compact and safe, adhering strictly to the KISS principle. It can be used on desktops, servers and embedded devices. Ataraxia Linux is available for x86, ARM, PowerPC, MIPS and RISC-V. It uses it's own package manager called "[neko](https://github.com/ataraxialinux/neko)", which is compatible with [CRUX](https://crux.nu/) Pkgfiles. Ataraxia Linux provides better security than standard distributions. For example, userland and kernel were compiled with [PIC, PIE](https://en.wikipedia.org/wiki/Position-independent_code), [SSP](https://en.wikipedia.org/wiki/Buffer_overflow_protection) and the kernel is configured for better security, without compromise. Ataraxia Linux is oriented towards advanced Linux users, who know what they're doing. If you want to get help or advice, please, check out our [IRC](irc://irc.freenode.net/#ataraxialinux), [Telegram](https://t.me/ataraxialinux), [Matrix](https://matrix.to/#/#ataraxialinux:matrix.org), [Reddit](https://www.reddit.com/r/ataraxialinux/) and [Discord](https://discord.gg/sCQGvzz).