diff options
| -rw-r--r-- | include/.keep | 0 | ||||
| -rw-r--r-- | include/system/config.hpp.in (renamed from config/config.h.in) | 0 | ||||
| -rw-r--r-- | include/system/ne_kernel.hpp.in (renamed from config/nestd.h.in) | 4 | ||||
| m--------- | src/kernel | 0 | ||||
| m--------- | src/nectar | 0 | ||||
| -rw-r--r-- | src/reference/BUILD_SYSTEMS.md | 2 | ||||
| -rw-r--r-- | src/reference/MODULES.md | 11 |
7 files changed, 11 insertions, 6 deletions
diff --git a/include/.keep b/include/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/include/.keep diff --git a/config/config.h.in b/include/system/config.hpp.in index 1b22387..1b22387 100644 --- a/config/config.h.in +++ b/include/system/config.hpp.in diff --git a/config/nestd.h.in b/include/system/ne_kernel.hpp.in index 49bae9f..1cdc33c 100644 --- a/config/nestd.h.in +++ b/include/system/ne_kernel.hpp.in @@ -4,5 +4,5 @@ #pragma once -#include @_NESTD_PRELUDE@ -#include @_NESTD_PATH@ +#include <system/config.hpp> +#include @_NEKERNEL_SYSTEMKIT_PATH@ diff --git a/src/kernel b/src/kernel -Subproject 27168595dd1ca3e8781246a8b4deb78c480b179 +Subproject 5d49ca9e70900fd04e572ebf1febe07051c743d diff --git a/src/nectar b/src/nectar -Subproject 2557c25fbfd07e2019dfa176297719e8870e850 +Subproject 25dadfe12111ca5a927be0c88219b30176c36b6 diff --git a/src/reference/BUILD_SYSTEMS.md b/src/reference/BUILD_SYSTEMS.md index e9ace9e..36a2dfe 100644 --- a/src/reference/BUILD_SYSTEMS.md +++ b/src/reference/BUILD_SYSTEMS.md @@ -1,5 +1,7 @@ # Getting Started: The Build Systems +We list the used build systems in our project, all of them are available and open-source. + ## Abstract: We use the following build systems: diff --git a/src/reference/MODULES.md b/src/reference/MODULES.md index 0d33246..c20c932 100644 --- a/src/reference/MODULES.md +++ b/src/reference/MODULES.md @@ -1,8 +1,11 @@ # Getting Started: The Modules + +We update quite regularly those modules. + ## Abstract: -- `kernel`: The NeKernel/BootZ Module. -- `nectar`: The Toolchain/PL Module. -- `boot`: The Firmware Module. -- `nebuild`: The Build System Module. +- `kernel`: The NeKernel System Module. +- `nectar`: The Nectar Toolchain/PL Module. +- `boot`: The NeBoot Firmware Module. +- `nebuild`: The NeBuild Build System Module. |
