diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2018-05-25 16:53:56 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2018-05-25 16:53:56 +0200 |
commit | 7b2c10b40b5224b7cb9bddf73215316681ae424d (patch) | |
tree | 95ed661e5631e4a7a1ccc7727310736eae82a577 /community/gsoc/project_ideas/tmpfs.mdwn | |
parent | f5663ced68296bf52cb07427cf9760041fcc24dd (diff) | |
download | web-7b2c10b40b5224b7cb9bddf73215316681ae424d.tar.gz web-7b2c10b40b5224b7cb9bddf73215316681ae424d.tar.bz2 web-7b2c10b40b5224b7cb9bddf73215316681ae424d.zip |
Further clean up list of Google Summer of Code project ideas
Diffstat (limited to 'community/gsoc/project_ideas/tmpfs.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/tmpfs.mdwn | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/community/gsoc/project_ideas/tmpfs.mdwn b/community/gsoc/project_ideas/tmpfs.mdwn index c38c6da8..394ec5ad 100644 --- a/community/gsoc/project_ideas/tmpfs.mdwn +++ b/community/gsoc/project_ideas/tmpfs.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2008, 2009, 2012 Free Software Foundation, +[[!meta copyright="Copyright © 2008, 2009, 2012, 2018 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -11,11 +11,15 @@ License|/fdl]]."]]"""]] [[!meta title="Fix tmpfs"]] -[!] [[Maksym_Planeta]] has been making good progress here; status is tracked at -[[here|hurd/translator/tmpfs/discussion]]. +[[!template id=highlight text="""/!\ Obsolete /!\ --- +This is no longer valid as a Google Summer of Code project. +[[Maksym_Planeta]] has been making good progress here; status is tracked at +[[here|hurd/translator/tmpfs/discussion]]."""]] + + In some situations it is desirable to have a file system that is not backed by actual disk storage, but only by anonymous memory, i.e. lives in the RAM (and possibly swap space). |