-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathCITATION.cff
95 lines (95 loc) · 2.7 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
cff-version: 1.2.0
title: The Hermit Kernel
message: >-
If you use this software, please cite both the article
from preferred-citation and the software itself.
type: software
authors:
- family-names: Lankes
given-names: Stefan
orcid: 'https://orcid.org/0000-0003-4718-2238'
- family-names: Kröning
given-names: Martin
orcid: 'https://orcid.org/0009-0005-0622-4229'
- family-names: Klimt
given-names: Jonathan
orcid: 'https://orcid.org/0000-0002-5980-2214'
- family-names: Breitbart
given-names: Jens
- family-names: Finck
given-names: Colin
- family-names: Krebs
given-names: Daniel
- family-names: Schöning
given-names: Simon
- family-names: Schwender
given-names: Jonathan
- family-names: Şahin
given-names: Çağatay Yiğit
- family-names: Thomas
given-names: Lambertz
- name: The Hermit Project Developers
identifiers:
- type: doi
value: 10.5281/zenodo.14645534
description: The concept DOI of the software.
- type: doi
value: 10.5281/zenodo.14645535
description: The versioned DOI for version 0.8.0 of the software.
- type: url
value: >-
https://github.com/hermit-os/kernel/releases/tag/v0.8.0
description: The GitHub release URL of tag v0.8.0.
- type: url
value: >-
https://github.com/hermit-os/kernel/tree/742526984ee0094b0626ad6afddb17b11bc9caff
description: >-
The GitHub release URL of the commit tagged with
v0.8.0.
- type: url
value: >-
https://github.com/hermit-os/kernel/releases/tag/v0.10.0
description: The GitHub release URL of tag v0.10.0.
- type: url
value: >-
https://github.com/hermit-os/kernel/tree/791b9328b3a6b93944692c6dfa3e2f42c59672cb
description: >-
The GitHub release URL of the commit tagged with
v0.10.0.
repository-code: 'https://github.com/hermit-os/kernel'
url: 'https://hermit-os.org/'
abstract: 'A Rust-based, lightweight unikernel.'
keywords:
- unikernel
- rust
- virtualization
- operating system
- high-performance computing
- cloud computing
license:
- MIT
- Apache-2.0
commit: 791b9328b3a6b93944692c6dfa3e2f42c59672cb
version: 0.10.0
date-released: '2025-01-18'
preferred-citation:
type: article
title: Exploring Rust for Unikernel Development
journal: >-
Proceedings of the 10th Workshop on Programming Languages and Operating
Systems
doi: 10.1145/3365137.3365395
year: 2019
month: 10
authors:
- family-names: Lankes
given-names: Stefan
orcid: 'https://orcid.org/0000-0003-4718-2238'
- family-names: Breitbart
given-names: Jens
- family-names: Pickartz
given-names: Simon
orcid: 'https://orcid.org/0000-0002-6316-6396'
pages: 8
start: 8
end: 15