-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
61 lines (61 loc) · 2.24 KB
/
.gitmodules
File metadata and controls
61 lines (61 loc) · 2.24 KB
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
[submodule "dependencies/compiler-rt-builtins/compiler-rt-builtins"]
path = dependencies/compiler-rt-builtins/compiler-rt-builtins
url = https://github.com/ilobilo/compiler-rt-builtins
shallow = true
[submodule "dependencies/cwalk/cwalk"]
path = dependencies/cwalk/cwalk
url = https://github.com/likle/cwalk
shallow = true
[submodule "dependencies/flanterm/flanterm"]
path = dependencies/flanterm/flanterm
url = https://codeberg.org/mintsuki/flanterm
shallow = true
[submodule "dependencies/fmt/fmt"]
path = dependencies/fmt/fmt
url = https://github.com/ilobilo/fmt
shallow = true
[submodule "dependencies/freestnd-c-hdrs/freestnd-c-hdrs"]
path = dependencies/freestnd-c-hdrs/freestnd-c-hdrs
url = https://codeberg.org/osdev/freestnd-c-hdrs
shallow = true
[submodule "dependencies/frigg/frigg"]
path = dependencies/frigg/frigg
url = https://github.com/managarm/frigg
shallow = true
[submodule "dependencies/magic_enum/magic_enum"]
path = dependencies/magic_enum/magic_enum
url = https://github.com/Neargye/magic_enum
shallow = true
[submodule "dependencies/parallel-hashmap/parallel-hashmap"]
path = dependencies/parallel-hashmap/parallel-hashmap
url = https://github.com/ilobilo/parallel-hashmap
shallow = true
[submodule "dependencies/string/string"]
path = dependencies/string/string
url = https://github.com/ilobilo/string
shallow = true
[submodule "dependencies/uacpi/uACPI"]
path = dependencies/uacpi/uACPI
url = https://github.com/uACPI/uACPI
shallow = true
[submodule "dependencies/veque/veque"]
path = dependencies/veque/veque
url = https://github.com/ilobilo/veque
shallow = true
[submodule "dependencies/limine/limine"]
path = dependencies/limine/limine
url = https://codeberg.org/Limine/Limine
shallow = true
branch = v11.x-binary
[submodule "dependencies/limine-protocol/limine-protocol"]
path = dependencies/limine-protocol/limine-protocol
url = https://codeberg.org/Limine/limine-protocol
shallow = true
[submodule "dependencies/demangler/demangler"]
path = dependencies/demangler/demangler
url = https://github.com/ilobilo/demangler
shallow = true
[submodule "dependencies/libstdcxx-headers/libstdcxx-headers"]
path = dependencies/libstdcxx-headers/libstdcxx-headers
url = https://github.com/ilobilo/libstdcxx-headers
shallow = true