Mirror of most important branches of the main Sortix repository
Go to file
Jonas 'Sortie' Termansen f52fb3202c Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
bench Replace userland perror calls. 2015-08-26 18:10:24 +02:00
build-aux Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
carray Update command line parsing to current coding conventions. 2015-12-12 19:28:07 +01:00
disked Add disked(8). 2016-02-20 13:28:40 +01:00
dispd Remove __BEGIN_DECLS and __END_DECLS. 2015-08-26 14:52:44 +02:00
doc Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
editor Add editor(5). 2016-02-07 14:58:38 +01:00
ext Collect leaked inode references in extfs. 2016-02-07 17:56:40 +01:00
games Restore terminal when games quit. 2016-01-25 16:30:43 +01:00
init Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
kblayout Add keyboard layout collection. 2015-12-19 02:21:15 +01:00
kblayout-compiler Add kblayout-compiler(1). 2015-12-19 02:21:15 +01:00
kernel Disable PS/2 port testing. 2016-02-18 22:15:17 +01:00
libc Fix missing malloc check in canonicalize_file_name_at(3). 2016-02-18 22:15:17 +01:00
libm Remove libm exec-include directory. 2016-01-25 17:39:57 +01:00
libmount Add libmount. 2016-02-03 01:01:20 +01:00
libpthread Fix features.h inclusions not yet changed to sys/cdefs.h. 2015-12-23 17:49:59 +01:00
login Add passwd(1). 2016-02-06 17:12:30 +01:00
mkinitrd Fix mkinitrd(8) manifest support. 2016-02-07 22:20:36 +01:00
regress Ongoing build system maintainance. 2014-12-02 17:09:28 +01:00
sf Fix minor mistakes in new manual pages. 2016-02-04 02:08:12 +01:00
sh Fix files with incorrect copyright headers. 2016-02-03 01:01:20 +01:00
share/man Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
sysinstall Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
tix Move tix to sbin. 2016-01-26 22:11:12 +01:00
trianglix Add login(8). 2016-02-06 00:52:52 +01:00
update-initrd Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
utils Add passwd(1). 2016-02-06 17:12:30 +01:00
.gitignore Generate lists of system files. 2016-02-07 22:46:22 +01:00
COPYING-GPL DeHTMLize license documents and install them into the system root. 2013-12-17 14:30:23 +01:00
COPYING-LGPL DeHTMLize license documents and install them into the system root. 2013-12-17 14:30:23 +01:00
Makefile Add sysinstall(8), sysmerge(8), and sysupgrade(8). 2016-02-21 18:41:11 +01:00
README Add manual pages. 2016-02-03 21:50:32 +01:00

README

The Sortix Operating System
===========================

Sortix is a small self-hosting Unix-like operating system developed since 2011
aiming to be a clean and modern POSIX implementation. There's a lot of technical
debt that needs to be paid, but it's getting better. Traditional design mistakes
are avoided or aggressively deprecated by updating the base system and ports as
needed. The Sortix kernel, standard libraries, and most utilities were written
entirely from scratch. The system is halfway through becoming multi-user and
while security vulnerabilities are recognized as bugs, it should be considered
insecure at this time.

Links
-----

For more information, documentation and news, please visit the official website:

  https://sortix.org/

You can also download the newest release and cutting edge nightly builds at:

  https://users-cs.au.dk/sortie/sortix/release/

You can retrieve the current git master from our project page at:

  https://gitlab.com/sortix/sortix

System Requirements
-------------------

Sortix has low system requirements. It also works well under virtual machines
such as VirtualBox and Qemu:

* A 32-bit x86 (with SSE) or 64-bit x86_64 CPU.
* A few dozen megabytes of RAM - or if you are using a cdrom release with ports
  then you likely need at least twice the size of the cdrom image.
* A harddisk or cdrom drive or support for booting from USB.
* A multiboot compliant bootloader if booting from harddisk.
* ATA or AHCI harddisk.

Documentation
-------------

The system is documented as manual pages.  Introductory system usage is covered
in the user-guide(7) manual page.

Building Sortix
---------------

Development of Sortix under itself is covered in development(7).

Development from another operating system is covered in cross-development(7).

You can view the cross-development(7) manual page with this command:

  man share/man/man7/cross-development.7

License
-------

Copyright(C) Jonas 'Sortie' Termansen <sortie@maxsi.org> and contributors 2011,
2012, 2013, 2014, 2015, 2016.

Sortix is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the COPYING-GPL and COPYING-LGPL files for more
information.

See the individual files for copyright terms. If a file does not contain a
license header, you can assume it is released under the GNU General Public
Licenser, either version 3 or (at your option) any later version. This includes
Sortix-related experimental branches and repositories found on Gitlab: these
things are so experimental that I might not have added copyright statements.

The build scripts might not contain a copyright license in which case they are
covered by the standard license for the software component they relate to.

Unless the license header in the source code states otherwise, the Sortix
kernel, the filesystem servers, the initrd tools, the utilities, the games, the
benchmark programs, regression tests, base programs, editors, shell, init, and
the tix package management programs are licensed under the GNU General Public
License, either version 3 or (at your option) any later version.

Unless the license header in the source code states otherwise, the libc library,
the libpthread library, and the libdispd library are licensed under the GNU
Lesser General Public License, either version 3 or (at your option) any later
version.

The Sortix math library (libm) is licensed as described in the libm/LEGAL file.