savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #9507] Submission of Iris kernel


From: Bas Wijnen
Subject: [Savannah-register-public] [task #9507] Submission of Iris kernel
Date: Tue, 23 Jun 2009 22:55:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.9) Gecko/2009050519 Iceweasel/3.0.6 (Debian-3.0.6-1)

URL:
  <http://savannah.nongnu.org/task/?9507>

                 Summary: Submission of Iris kernel
                 Project: Savannah Administration
            Submitted by: shevek
            Submitted on: Wed 24 Jun 2009 12:55:10 AM CEST
         Should Start On: Wed 24 Jun 2009 12:00:00 AM CEST
   Should be Finished on: Sat 04 Jul 2009 12:00:00 AM CEST
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
This project account will remain inactive until a site admin approves or
discards the registration.


= Registration Administration =

While this item will be useful to track the registration process, *approving
or discarding the registration must be done using the specific Group
Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10271> page*,
accessible only to site administrators, effectively *logged as site
administrators* (superuser):

* Group Administration
<https://savannah.nongnu.org/siteadmin/groupedit.php?group_id=10271>


= Registration Details =

* Name: *Iris kernel*
* System Name:  *iris-kernel*
* Type: non-GNU software & documentation
* License: GNU General Public License v3 or later

----

==== Description: ====
Iris is a microkernel for the Trendtac mini-pc sub-notebook.  The Trendtac is
a mips-based device which ships with a very restricted GNU/Linux installation,
and I prefer to have more control over the machine.

Iris uses a capability system, very much in line with the ideas for a future
version of the Hurd.  It allows virtualization at any level, and automatic
protection of resources against programming bugs and malicious software.

The initial intention of Iris is to create a PDA-like environment, with a
text editor, an alarm clock, etc.  Eventually, a POSIX layer may be added to
allow running programs that people know from GNU systems.


==== Other Software Required: ====
Iris depends only on the hardware it runs on.  Currently, it only works on
the Trendtac (http://www.trendtac.nl).  The software that it uses on it is the
boot loader u-boot, the modified source of which can be found at
http://www.trendtac.nl/documents/EPC700_GPL_Sources.7z
(This includes all other sources for software on the device as well.)

To build, it requires gcc and binutils with a mips target, and pypp, a code
preprocessor I wrote myself.  Pypp is licensed under the GNU GPL v3 or later. 
It needs libshevek, a C++ library I wrote, which is also licensed GNU GPL v3
or later.  Both have their repository on my home server (which is very slow
for upload): http://a82-93-13-222.adsl.xs4all.nl/svn/trunk/{libshevek,pypp}/. 
To use them, they need to be configured with --prefix=/usr.


==== Other Comments: ====
I copied some parts of the Linux source quoted above, in particular
include/asm-mips/jz4730/{ops,regs}.h, which is copied into mips/jz4730.hhp. 
These sources don't have a copyright statement or license in the header.  This
means I can't put a proper copyright statement in my header.  I do put the GPL
license header on it, because it must be at least compatible with it, being
part of the Linux source (and provided through a link which is labeled "GPL
source code").

For reading the source, think of it as C++ with some python things in it.  In
particular, blocks are defined by indentation, and usually start with a ':'. 
In practice, pypp (the pythonic preprocessor) parses the python-style
constructs and turns them into C(++) constructs, and then gcc does the real
work.


==== Tarball URL: ====
http://a82-93-13-222.adsl.xs4all.nl/~shevek/iris.tar.gz






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?9507>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]