diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-03-17 11:35:40 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-03-17 11:35:40 +0000 |
| commit | 28ea7b987645e94566e9277e1c4086c58fa96225 (patch) | |
| tree | e7720cbdc3dc8f07cbf2360e9cf2ce96cc58ffae /.gitmodules | |
| parent | 85ea4acf0748fe873dbc796a0b0828837303cff6 (diff) | |
added acpica and gnu-efi submodules and licensing notificatons
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b56df10 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "kc/acpi/acpica"] + path = acpica + url = git@github.com:acpica/acpica.git +[submodule "loader/gnu-efi-code"] + path = gnu-efi-code + url = https://git.code.sf.net/p/gnu-efi/code |
