diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 14:26:55 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 14:26:55 -0500 |
| commit | 5b3b058cafa8793607143cdfc5ac0d5249dcd5ff (patch) | |
| tree | d1bbed0a1597f205f1d0cc2740c783386931f8f4 | |
| parent | 620fda5791ed8f21cc00bc81eec896204b96a39f (diff) | |
chore: add NeBoot firmware as `src/boot`
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | src/boot | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7ee9edb..bb7f024 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "src/c++tools"] path = src/c++tools url = git@github.com:nekernel-org/necti.git +[submodule "src/boot"] + path = src/boot + url = git@github.com:nekernel-org/neboot.git diff --git a/src/boot b/src/boot new file mode 160000 +Subproject 6de365b4a955d0fedd6ec47509b405b477d9f4c |
