blob: b59a1236d123b832d19b32552fb9523d37a6a458 (
plain)
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
|
+---------------------------------------------------------+
| this project (RuStuBS) |
+---------------------------------------------------------+
Copyright:
2023-2024: Tianhao Wang <shrik3@mailbox.org>
License: EUPL-1.2
Source:
https://sr.ht/~shrik3/rustubs/
Author(s):
Tianhao Wang <shrik3@mailbox.org>
+---------------------------------------------------------+
| derived works from rust-osdev/bootloader |
+---------------------------------------------------------+
copyright:
2018 Philipp Oppermann
license:
MIT License
https://github.com/rust-osdev/bootloader/blob/main/LICENSE-MIT
files:
boot/mod.rs
source:
https://github.com/rust-osdev/bootloader/tree/main
+---------------------------------------------------------+
| derived works from intermezzOS |
+---------------------------------------------------------+
copyright:
Copyright (c) 2016 intermezzOS Developers
license:
MIT license
https://github.com/intermezzOS/kernel/blob/master/LICENSE-MIT
files:
boot/startup-x86_64.s
defs/x86_64-linker.ld
source:
https://github.com/intermezzOS/kernel
-----------------------------------------------------------
+---------------------------------------------------------+
| attributions for inspirations |
+---------------------------------------------------------+
OOStuBS
Institut für Verteilte Systeme (IVS),
Otto-von-Guericke-Universität Magdeburg
Lehrstuhl für Informatik 4,
Friedrich-Alexander-Universität Erlangen-Nürnberg
|