Added The OSKit.
This commit is contained in:
parent
713f1ab5fa
commit
ed7429a2cb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4379
1 changed files with 19 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-02-21 17:35:42 $">
|
||||
<!ENTITY date "$Date: 1999-02-21 18:07:43 $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: projects.sgml,v 1.48 1999-02-21 17:35:42 wosch Exp $ -->
|
||||
<!-- $Id: projects.sgml,v 1.49 1999-02-21 18:07:43 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -299,6 +299,23 @@ description (3-10 lines) to
|
|||
reason to believe that it will also run SCO UnixWare and SCO
|
||||
OpenServer binaries.</li>
|
||||
|
||||
<li><a name="oskit"
|
||||
href="http://www.cs.utah.edu/projects/flexmach/oskit/">The
|
||||
OSKit</a>The OSKit is a framework and a set of 31 component
|
||||
libraries oriented to operating systems, together with extensive
|
||||
documentation. By providing in a modular way not only most of
|
||||
the infrastructure "grunge" needed by an OS, but also many
|
||||
higher-level components, the OSKit's goal is to lower the
|
||||
barrier to entry to OS R&D and to lower its costs. The OSKit
|
||||
makes it vastly easier to create a new OS, port an existing OS
|
||||
to the x86 (or in the future, to other architectures supported
|
||||
by the OSkit), or enhance an OS to support a wider range of
|
||||
devices, file system formats, executable formats, or network
|
||||
services. The OSKit also works well for constructing OS-related
|
||||
programs, such as boot loaders or OS-level servers atop a
|
||||
microkernel.
|
||||
</li>
|
||||
|
||||
<li><a name="picobsd"
|
||||
href="http://www.freebsd.org/~picobsd/">Small and embedded
|
||||
FreeBSD (PicoBSD)</a></li>
|
||||
|
|
Loading…
Reference in a new issue