build: add initial Bootloader implementation

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-23 21:43:03 +02:00
parent a4c5ab7ef3
commit a8ff50541a
30 changed files with 1424 additions and 25 deletions

11
Bootloader/.vscode/preinclude.h vendored Normal file
View File

@ -0,0 +1,11 @@
#undef __linux__
#undef __WIN32__
#undef __WIN64__
#undef _WIN32
#undef _WIN64
#undef __APPLE__
#undef __clang__
#define __vscode__ 1
#define __kernel__ 1
#define GIT_COMMIT "0000000000000000000000000000000000000000"
#define GIT_COMMIT_SHORT "0000000"