diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2011-11-06 16:16:24 +0100 |
---|---|---|
committer | Arne Babenhauserheide <arne_bab@web.de> | 2011-11-06 16:16:24 +0100 |
commit | a71770c23a7f889d24a4fa6327318c188b2a625f (patch) | |
tree | b16eccdce6f2823fb2e407ae8c81e8d3bd9ea037 /contributing/web_pages | |
parent | 821e73fe8a9cd60afc286187fd1773c7b5a90701 (diff) |
news: q3: mcsim memory allocator project
Diffstat (limited to 'contributing/web_pages')
-rw-r--r-- | contributing/web_pages/news/moth_next.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contributing/web_pages/news/moth_next.mdwn b/contributing/web_pages/news/moth_next.mdwn index b563d308..c878e7d4 100644 --- a/contributing/web_pages/news/moth_next.mdwn +++ b/contributing/web_pages/news/moth_next.mdwn @@ -88,10 +88,10 @@ And … [Hello World translator in Java](https://github.com/jeremie-koenig/hurd-java/blob/master/HelloMach.java), though still pretty low-level. - * mcsim memory allocator project + * Maksym Planeta replaced GNUmach’s old zalloc memory allocator with the new balloc from Richard Braun ([cleanup commit](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=8e78f3c0674cedc55953bf36d88c664ea80380a2)), which handles slabs and should waste less memory than zalloc. Also balloc has a cpu cache level, so it should work faster on SMP systems, once we get up do date SMP CPU drivers for GNUmach. - * 69.9% of debian packages [are now available for the Hurd](https://buildd.debian.org/stats/graph-big.png), so we’re getting closer to the goal of reaching 85%. If you can port debian packages and want to help the Hurd, this is the perfect time to get in contact and [port your favorite missing package](http://www.debian.org/ports/hurd/hurd-devel-debian) to the Hurd. + * 69.96% of debian packages [are now available for the Hurd](https://buildd.debian.org/stats/graph-big.png), so we’re getting closer to the goal of reaching 85%. If you can port debian packages and want to help the Hurd, this is the perfect time to get in contact and [port your favorite missing package](http://www.debian.org/ports/hurd/hurd-devel-debian) to the Hurd. - * buildd, porterbox and public boxes at sceen.net, provided by Richard + * buildd, porterbox and public boxes at sceen.net, provided by Richard Braun. """]] |