2012-03-10 18:57:56 -05:00
|
|
|
The Sortix Operating System
|
|
|
|
===========================
|
2012-12-21 15:22:09 -05:00
|
|
|
|
2016-03-06 16:22:53 -05:00
|
|
|
Sortix is a small self-hosting operating-system aiming to be a clean and modern
|
|
|
|
POSIX implementation. It is a hobbyist operating system written from scratch
|
|
|
|
with its own base system, including kernel and standard library, as well as
|
2016-10-01 08:51:16 -04:00
|
|
|
ports of third party software. It has a straightforward installer and can be
|
2016-03-06 16:22:53 -05:00
|
|
|
developed under itself. Releases come with the source code in /src, ready for
|
|
|
|
tinkering.
|
|
|
|
|
|
|
|
It has been in development since 2011 by a single developer and contributors.
|
|
|
|
Though the system is stable and capable right now, it is still early in
|
|
|
|
development, and a number of crucial features haven't been made yet. Releases
|
|
|
|
are made yearly and future releases will add features such as networking, SMP,
|
|
|
|
and USB that were skipped in favor of becoming self-hosting now.
|
2012-03-10 18:57:56 -05:00
|
|
|
|
2012-12-21 15:22:09 -05:00
|
|
|
Documentation
|
|
|
|
-------------
|
2012-03-10 19:42:03 -05:00
|
|
|
|
2015-10-05 18:32:45 -04:00
|
|
|
The system is documented as manual pages. Introductory system usage is covered
|
|
|
|
in the user-guide(7) manual page.
|
2012-12-21 15:22:09 -05:00
|
|
|
|
2016-03-06 16:22:53 -05:00
|
|
|
Links
|
|
|
|
-----
|
|
|
|
|
|
|
|
For more information, please visit the official website:
|
|
|
|
|
|
|
|
https://sortix.org/
|
|
|
|
|
2012-12-21 15:22:09 -05:00
|
|
|
Building Sortix
|
|
|
|
---------------
|
|
|
|
|
2015-10-05 18:32:45 -04:00
|
|
|
Development of Sortix under itself is covered in development(7).
|
2012-12-21 15:22:09 -05:00
|
|
|
|
2015-10-05 18:32:45 -04:00
|
|
|
Development from another operating system is covered in cross-development(7).
|
2012-12-21 15:22:09 -05:00
|
|
|
|
2015-10-05 18:32:45 -04:00
|
|
|
You can view the cross-development(7) manual page with this command:
|
2012-12-21 15:22:09 -05:00
|
|
|
|
2015-10-05 18:32:45 -04:00
|
|
|
man share/man/man7/cross-development.7
|
2012-08-05 10:28:25 -04:00
|
|
|
|
2012-03-10 18:57:56 -05:00
|
|
|
License
|
|
|
|
-------
|
2012-12-21 15:22:09 -05:00
|
|
|
|
Relicense Sortix to the ISC license.
I hereby relicense all my work on Sortix under the ISC license as below.
All Sortix contributions by other people are already under this license,
are not substantial enough to be copyrightable, or have been removed.
All imported code from other projects is compatible with this license.
All GPL licensed code from other projects had previously been removed.
Copyright 2011-2016 Jonas 'Sortie' Termansen and contributors.
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2016-03-02 17:38:16 -05:00
|
|
|
Copyright 2011-2016 Jonas 'Sortie' Termansen and contributors.
|
|
|
|
|
|
|
|
Sortix is free software licensed under the ISC license as described in the
|
2016-03-06 16:22:53 -05:00
|
|
|
LICENSE file. It also contains permissively licensed code from other projects.
|