Форк ToaruOS
Go to file
Kevin Lange 352badfadf Cleanup some things
* Remove old login background [unused]
* Remove glock (graphical lock) [outdated]
* Have toolchain/activate set pkg-config variables
  XXX: You will have unset PKG_CONFIG_LIBDIR to configure native
  software if you have activated the toolchain! Otherwise, your
  pkgconfig information will be incorrect.
* Fixed a bug in the compositor where we would give window stack order 0
  to applications that didn't ask for it because depths were assigned by
  wid which starts at 0. Make it start at 1 instead, no chance of an app
  getting the wrong stack order (this shoudn't have any effect on how
  things work with a login app, since it grabs wid 0; but if you boot
  directly into a non-login environment, minor timing issues can do odd
  things.)
2012-09-16 18:14:07 -07:00
docs
hdd Cleanup some things 2012-09-16 18:14:07 -07:00
initrd/bin Drop some extraneous initrd files 2012-04-11 12:48:37 -05:00
kernel Completely rewrote compositing engine 2012-09-13 22:12:47 -07:00
loader
toolchain Cleanup some things 2012-09-16 18:14:07 -07:00
userspace Cleanup some things 2012-09-16 18:14:07 -07:00
util Bump default QEMU memory to 1GB 2012-09-14 21:53:04 -07:00
.build-travis.sh I give up; just use qemu-system-i386 everywhere. 2012-09-03 23:40:50 -07:00
.gitignore configured run mode 2012-08-20 22:26:22 -07:00
.travis.yml Bump default QEMU memory to 1GB 2012-09-14 21:53:04 -07:00
build.sh Cleanup some things 2012-09-16 18:14:07 -07:00
Makefile Bump default QEMU memory to 1GB 2012-09-14 21:53:04 -07:00
README.md README now includes a blurb about user passwords. 2012-09-13 13:46:43 -07:00
STYLE.c Update STYLE.c because it had a bad pointer 2012-07-06 21:17:08 -07:00
toaru.terminfo
TODO.md Add libpng/zlib to the toolchain 2012-09-12 20:06:22 -07:00

ToAruOS (とあるOS)

ToAruOS (logo)

This is a toy OS based on the POSIX standards. The primary goal of the project is for me to learn POSIX from the system side, understanding the design and constructon of an operating system on x86 hardware, and build a working implementation of the C standard library. Development of とあるOS was managed by the UIUC SIGOps until May, 2012. While the ultimate goal is a microkernel, we currently have a relatively monolithic kernel.

Build Status

Automated build testing provided by Travis CI.

IRC

#toaruos@irc.freenode.net

News

The Terminal now supprots Unicode text. We also have an editor based loosely on Vim.

Features

とあるOS currently supports a number of important operating system concepts and facilities:

  • Processes
    • Preemptive multasking
    • Kernel threads
  • Shared memory
    • Through page table mappings
  • POSIX-compliant file operations
  • Pipes
    • Backed by ring buffers
  • Signals
    • Mostly POSIX-compliant under the loose method
  • EXT2 read/write support
    • For IDE devices or SATA devices operating in IDE compatibility mode
  • PS/2 keyboard/mouse support
    • Of course, what doesn't?
  • Graphical features
    • We are hard at work building a window environment that makes use of shared memory
    • Currently supports full-screen operation of graphical applications
  • Extensive, ANSI-capable terminal
    • Includes extensive compatibility with xterm
    • Support for 256 colors
    • Beautifully rendered anti-aliased text through FreeType (please see the licenses below for included fonts)
    • Supports Unicode text (UTF-8 encoded)
  • And dozens of other minor things not worth listing here.

Current Plans

The current development focus for the project is networking support.

Screenshots

Here's what とあるOS looks like:

Screenshot

(http://i.imgur.com/Xn93P.png)

Here's what とあるOS has looked like in the past:

Testing it Out

If you are on Debian/Ubuntu/etc., you can clone the repository and run:

./build.sh

This will install the required dependencies, build the userspace libraries and toolchain, build the kernel, and give you a working ramdisk and hard disk.

You can then run make run or make kvm to run QEMU. An additional make run-config command is available that allows easy customization of the emulation environment.

Currently, the only supported environment is QEMU, as our limited graphics drivers do not operate on most real hardware.

User Accounts

The default root password is toor. There is also a regular user local with password local. While general system security is lacking, most system-modifying calls to the kernel require root privileges. When booting directly to a graphical terminal, the system will run in single-user mode and automatically log in as root. When running in graphical or VGA-terminal mode, a login screen is presented. When logging in graphically, the terminal window that appears controls the session; you can log out by exiting it. Most of this is temporary as the graphical environment is still under development.

Dependencies

Kernel

To build the kernel, you will need yasm, clang, and GNU ld (which you undoubtedly have if you have clang or gcc).

Hard disks

You will need genext2fs to generate the EXT2 images for the hard disk drive.

References

Here are some tutorials we found useful early on:

Licenses

ToAruOS Itself

This project is released under the terms of the University of Illinois / NCSA Open Source License, an OSI- and FSF-approved, GPL-compatible open source license. The NCSA License is a derivative of the MIT license and the BSD license; it is reproduced here for your convenience:

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal with the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
  1. Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimers.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimers in the
     documentation and/or other materials provided with the distribution.
  3. Neither the names of the ToAruOS Kernel Development Team, Kevin Lange,
     nor the names of its contributors may be used to endorse
     or promote products derived from this Software without specific prior
     written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
WITH THE SOFTWARE.

Additional Licenses

ToAruOS contains additional software with the following copyright notices:

  • The CPU detection code provided in userspace/cpudet.c carries the following copyright notice, and has been made available by its author for use in other projects: Copyright (c) 2006-2007 - http://brynet.biz.tm - brynet@gmail.com

  • A copy of the VL Gothic TrueType font is included in this repository; VL Gothic is distributed under the following license:

      Copyright (c) 1990-2003 Wada Laboratory, the University of Tokyo.
      Copyright (c) 2003-2004 Electronic Font Open Laboratory (/efont/).
      Copyright (C) 2002-2010 M+ FONTS PROJECT Copyright (C) 2006-2010
      Daisuke SUZUKI .  Copyright (C) 2006-2010 Project Vine .  All rights
      reserved.
    
      Redistribution and use in source and binary forms, with or without
      modification, are permitted provided that the following conditions are
      met:
      1. Redistributions of source code must retain the above copyright
         notice, this list of conditions and the following disclaimer.
      2. Redistributions in binary form must reproduce the above copyright
         notice, this list of conditions and the following disclaimer in the
         documentation and/or other materials provided with the distribution.
      3. Neither the name of the Wada Laboratory, the University of Tokyo nor
         the names of its contributors may be used to endorse or promote
         products derived from this software without specific prior written
         permission.
    
      THIS SOFTWARE IS PROVIDED BY WADA LABORATORY, THE UNIVERSITY OF TOKYO
      AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
      INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
      MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
      IN NO EVENT SHALL THE LABORATORY OR CONTRIBUTORS BE LIABLE FOR ANY
      DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
      DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
      OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
      HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
      STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
      IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
      POSSIBILITY OF SUCH DAMAGE.
    
  • The real-mode 8086 emulation provided for VESA support is distributed under the following license:

      Copyright 2010 John Hodge (thePowersGang). All rights reserved.
    
      Redistribution and use in source and binary forms, with or without
      modification, are permitted provided that the following conditions are
      met:
    
         1. Redistributions of source code must retain the above copyright
            notice, this list of conditions and the following disclaimer.
    
         2. Redistributions in binary form must reproduce the above copyright
            notice, this list of conditions and the following disclaimer in
            the documentation and/or other materials provided with the
            distribution.
    
      THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ``AS IS'' AND ANY
      EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
      PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR
      CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
      EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
      PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
      PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
      LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
      SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
      The views and conclusions contained in the software and documentation
      are those of the authors and should not be interpreted as representing
      official policies, either expressed or implied, of the author.
    
  • As of January 23, 2012, the repository also contains the DejaVu fonts package, which is a set of public-domain modifications of the Bitstream Vera font set, which is released under this license:

      Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
      Vera is a trademark of Bitstream, Inc.
    
      Permission is hereby granted, free of charge, to any person obtaining a
      copy of the fonts accompanying this license ("Fonts") and associated
      documentation files (the "Font Software"), to reproduce and distribute
      the Font Software, including without limitation the rights to use,
      copy, merge, publish, distribute, and/or sell copies of the Font
      Software, and to permit persons to whom the Font Software is furnished
      to do so, subject to the following conditions:
    
      The above copyright and trademark notices and this permission notice
      shall be included in all copies of one or more of the Font Software
      typefaces.
    
      The Font Software may be modified, altered, or added to, and in
      particular the designs of glyphs or characters in the Fonts may be
      modified and additional glyphs or characters may be added to the Fonts,
      only if the fonts are renamed to names not containing either the words
      "Bitstream" or the word "Vera".
    
      This License becomes null and void to the extent applicable to Fonts or
      Font Software that has been modified and is distributed under the
      "Bitstream Vera" names.
    
      The Font Software may be sold as part of a larger software package but
      no copy of one or more of the Font Software typefaces may be sold by
      itself.
    
      THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
      EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
      MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
      OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
      BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
      OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
      OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
      OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
      SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
    
      Except as contained in this notice, the names of Gnome, the Gnome
      Foundation, and Bitstream Inc., shall not be used in advertising or
      otherwise to promote the sale, use or other dealings in this Font
      Software without prior written authorization from the Gnome Foundation
      or Bitstream Inc., respectively. For further information, contact:
      fonts at gnome dot org.
    
  • The included SHA512 support library (userspace/lib/sha2.{c,h}) is provided under the BSD license as follows:

      Copyright (c) 2000-2001, Aaron D. Gifford
      All rights reserved.
    
      Redistribution and use in source and binary forms, with or without
      modification, are permitted provided that the following conditions
      are met:
      1. Redistributions of source code must retain the above copyright
         notice, this list of conditions and the following disclaimer.
      2. Redistributions in binary form must reproduce the above copyright
         notice, this list of conditions and the following disclaimer in the
         documentation and/or other materials provided with the distribution.
      3. Neither the name of the copyright holder nor the names of contributors
         may be used to endorse or promote products derived from this software
         without specific prior written permission.
    
      THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND
      ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
      IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
      ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE
      FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
      DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
      OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
      HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
      LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
      OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      SUCH DAMAGE.
    
  • The DMZ mouse cursor theme is licensed under the Creative Commons Attribution-ShareAlike 3.0 license with the following copyright notice:

      Copyright © 2007-2010 Novell, Inc.
    
  • Bjoern Hoehrmann's super-simple UTF8 decoder is included for use in userspace applications and is provided under the following license:

      Copyright (c) 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de>
    
      Permission is hereby granted, free of charge, to any person obtaining a copy
      of this software and associated documentation files (the "Software"), to deal in
      the Software without restriction, including without limitation the rights to
      use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
      the Software, and to permit persons to whom the Software is furnished to do so,
      subject to the following conditions:
    
      The above copyright notice and this permission notice shall be included in
      all copies or substantial portions of the Software.
    
      THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
      FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
      COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
      IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
      CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    
  • userspace/lib/wcwidth.c is an implementation of the wcwidth() non-standard C function by Markus Kuhn, it is provided with the following license:

      Markus Kuhn -- 2007-05-26 (Unicode 5.0)
    
      Permission to use, copy, modify, and distribute this software
      for any purpose and without fee is hereby granted. The author
      disclaims all warranties with regard to this software.
    
      Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
    
  • Build scripts will retrieve copies of GCC, Newlib and FreeType. Patches for these software packages are provided under the same license as the package they are for.