From 6931810a9b63af1518e8967a15bf3e25f2096262 Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Wed, 18 Sep 2024 15:51:23 +0200 Subject: [PATCH 1/3] =?UTF-8?q?add=20RAMpage,=20L4Re,=20M=C2=B3,=20NOVA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oss-projects.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/oss-projects.yaml b/oss-projects.yaml index a9e7186..9d380b8 100644 --- a/oss-projects.yaml +++ b/oss-projects.yaml @@ -610,3 +610,37 @@ website: https://github.com/lasr-lab/opentouch-interface repository: https://github.com/lasr-lab/opentouch-interface license: MIT +- name: RAMpage online memory tester + repository: https://github.com/schirmeier/rampage + license: GPL-2.0 + groups: [ "OS" ] + founder: true + maintainer: true + contributor: true + involved: true +- name: L4Re Operating System Framework + website: https://l4re.org + repository: https://github.com/kernkonzept/manifest + license: GPL-2.0 + groups: [ "OS" ] + founder: true + maintainer: false + contributor: true + involved: true +- name: "M³: microkernel-based system for heterogeneous manycores" + repository: https://github.com/Barkhausen-Institut/M3 + license: GPL-2.0 + groups: [ "OS" ] + founder: true + maintainer: false + contributor: true + involved: true +- name: NOVA Microhypervisor + website: https://hypervisor.org + repository: https://github.com/udosteinberg/NOVA + license: GPL-2.0 + groups: [ "OS" ] + founder: true + maintainer: false + contributor: false + involved: true From 520627cf7af5fe870977b560086c070a214ff822 Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Wed, 18 Sep 2024 15:51:44 +0200 Subject: [PATCH 2/3] add involvement in Tetris, Linux --- oss-projects.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oss-projects.yaml b/oss-projects.yaml index 9d380b8..00fe588 100644 --- a/oss-projects.yaml +++ b/oss-projects.yaml @@ -301,7 +301,7 @@ website: https://github.com/l3nkz/tetris repository: https://github.com/l3nkz/tetris license: GPL-3.0 - groups: [ "CC" ] + groups: [ "OS", "CC" ] founder: true maintainer: true contributor: true @@ -495,7 +495,7 @@ website: https://github.com/torvalds/linux repository: https://github.com/torvalds/linux license: GPL-2.0 - groups: [ "CA" ] + groups: [ "CA", "OS" ] founder: false maintainer: false contributor: true From af89fd5d7778efdafa20fc45b26433f84d9d4f5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:27:56 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4823f8..ac19120 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,17 @@ License: MIT [Code](https://github.com/bjoern-andres/graph) [Project Site](https://github.com/bjoern-andres/graph) +--- +### L4Re Operating System Framework + +Research Group: [Chair of Operating Systems](https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme?set_language=en) (Founder) (Contributor) + +More information: N/A + +License: GPL-2.0 + +[Code](https://github.com/kernkonzept/manifest) [Project Site](https://l4re.org) + --- ### learning-compiler-graphs @@ -376,7 +387,7 @@ License: BSD-2-Clause --- ### Linux kernel -Research Group: [Chair of Computer Architecture](https://tu-dresden.de/ing/informatik/ti/professur-fuer-rechnerarchitektur?set_language=en) (Contributor) +Research Group: [Chair of Computer Architecture](https://tu-dresden.de/ing/informatik/ti/professur-fuer-rechnerarchitektur?set_language=en) [Chair of Operating Systems](https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme?set_language=en) (Contributor) More information: N/A @@ -450,6 +461,17 @@ License: MIT [Code](https://github.com/tud-ccc/mpsym) [Project Site](https://github.com/tud-ccc/mpsym) +--- +### M³: microkernel-based system for heterogeneous manycores + +Research Group: [Chair of Operating Systems](https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme?set_language=en) (Founder) (Contributor) + +More information: N/A + +License: GPL-2.0 + +[Code](https://github.com/Barkhausen-Institut/M3) + --- ### Nemo @@ -461,6 +483,17 @@ License: Apache-2.0 and MIT [Code](https://github.com/knowsys/nemo) [Project Site](https://github.com/knowsys/nemo) +--- +### NOVA Microhypervisor + +Research Group: [Chair of Operating Systems](https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme?set_language=en) (Founder) + +More information: N/A + +License: GPL-2.0 + +[Code](https://github.com/udosteinberg/NOVA) [Project Site](https://hypervisor.org) + --- ### Object Teams @@ -593,6 +626,17 @@ License: MIT [Code](https://github.com/priobike/) [Project Site](https://github.com/priobike/) +--- +### RAMpage online memory tester + +Research Group: [Chair of Operating Systems](https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme?set_language=en) (Founder) (Maintainer) (Contributor) + +More information: N/A + +License: GPL-2.0 + +[Code](https://github.com/schirmeier/rampage) + --- ### reactor-cpp @@ -763,7 +807,7 @@ License: BSD-3-Clause --- ### Tetris -Research Group: [Chair for Compiler Construction](https://www.cfaed.tu-dresden.de/ccc-about) (Founder) (Maintainer) (Contributor) - no longer involved +Research Group: [Chair of Operating Systems](https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme?set_language=en) [Chair for Compiler Construction](https://www.cfaed.tu-dresden.de/ccc-about) (Founder) (Maintainer) (Contributor) - no longer involved More information: N/A