Add references to some related papers and documentation.

Submitted by:	Craig Rodrigues <rodrigc@attbi.com>
This commit is contained in:
Jonathan Mini 2003-02-01 05:36:32 +00:00
parent 348f2ee449
commit 1530239a07
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15864

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/kse/index.sgml,v 1.5 2002/11/09 21:19:28 mini Exp $">
<!ENTITY date "$FreeBSD: www/en/kse/index.sgml,v 1.6 2002/11/12 01:00:30 mini Exp $">
<!ENTITY title "FreeBSD KSE Project">
<!ENTITY email 'mini'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -13,7 +13,7 @@
<!ENTITY status.resolved "<font color=green>Resolved</font>">
<!ENTITY status.unresolved "<font color=red>Unresolved</font>">
<!-- The list of contributors was moved to a seperate file so that it can
<!-- The list of contributors was moved to a separate file so that it can
be used by other documents in the FreeBSD web site. -->
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -27,10 +27,11 @@
<ul>
<li><a href="#overview">Project Overview</a></li>
<li><a href="#using">Using KSE</a></li>
<li><a href="#further.reading">Further Reading</a></li>
<li><a href="#status.kernel">Project Status</a></li>
</ul>
<a name="plan"></a>
<a id="overview" name="overview"></a>
<h2>Overview</h2>
<p>Kernel Scheduler Entities (KSE), is a kernel-supported threading
@ -73,6 +74,22 @@
libc_r.so, but this is not recommended until libpthread.so becomes a
bit more stable.
<a name="further.reading"></a>
<h2>Further Reading</h2>
<p>
<ul>
<li><a href="http://www.aims.com.au/chris/kse/">
Kernel-Scheduled Entities for FreeBSD</a>, by Jason Evans.
(Slightly out of date).
</li>
<li><a href="http://www.freebsd.org/cgi/man.cgi?query=kse&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+5.0-current&amp;format=html">KSE man page</a>
</li>
<li><a href="http://people.freebsd.org/~deischen/docs/Scheduler.pdf">
Scheduler Activations</a>, by Anderson, et al.
</li>
</ul>
<a name="status.kernel"></a>
<a name="status"></a>
<h2>Project Status</h2>