8000 more OS-group contributions by schirmeier · Pull Request #4 · tud-cs/oss-collection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

more OS-group contributions #4

New issue
8000

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 46 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
38 changes: 36 additions & 2 deletions oss-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
0