- Update the status of TMPFS and PXE Installer.
- Add me as a technical contact for the TMPFS entry, I know a little bit about the current status of the port.
This commit is contained in:
parent
36b4267590
commit
70ca9cca7c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29333
1 changed files with 10 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.73 2006/11/23 09:00:19 jkoshy Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.74 2006/11/26 12:05:55 joel Exp $">
|
||||
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -224,6 +224,8 @@
|
|||
|
||||
<a name="p-tmpfs"></a>
|
||||
<h2>TMPFS</h2>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:netchild@FreeBSD.org">&a.netchild;</a></p>
|
||||
<p>At the moment FreeBSD includes a memory-based file system called mfs.
|
||||
mfs is just an implementation of the regular ffs - designed for
|
||||
persistent storage - on top of the (volatile) virtual memory system.
|
||||
|
@ -238,8 +240,10 @@
|
|||
</ul>
|
||||
<p><a href="mailto:rohitj@purpe.com">Rohit Jalan</a> has begun <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-hackers/2006-February/015575.html">porting</a>
|
||||
the NetBSD tmpfs to FreeBSD. More information about the current status and
|
||||
progress is available <a href="http://download.purpe.com/tmpfs">here</a>.</p>
|
||||
the NetBSD tmpfs to FreeBSD. The source and some benchmarks can be found
|
||||
<a href="http://download.purpe.com/tmpfs">here</a>. Before it can enter the
|
||||
tree locking has to be added. Rohit has no time to work on it in the next
|
||||
months, any volunteer is welcome to continue his work.</p>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Ability to read and understand foreign C code.</li>
|
||||
|
@ -1420,7 +1424,9 @@
|
|||
This would be very helpful for installing cluster nodes, etc.</p>
|
||||
<p><a href="mailto:m@FreeBSD.org">Markus Boelter</a> is <a
|
||||
href="http://wikitest.freebsd.org/MarkusBoelter">working</a> on a bundled
|
||||
PXE installer as part of Google Summer of Code 2006.</p>
|
||||
PXE installer as part of his BSDInstaller project withhin the Google Summer
|
||||
of Code 2006. The PXE Installer is working but some non-PXE related issues
|
||||
have to be solved before it can enter the tree.</p>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Good PXE knowledge.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue