|
23a17fae00
|
userspace/init: dummy code
Build OS / Build Cross-Compiler & Toolchain (push) Successful in 1h46m32s
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 4m27s
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Failing after 6m13s
Build OS / Build amd64 (push) Failing after 14m44s
Build OS / Build i386 (push) Failing after 16m28s
Build OS / Build aarch64 (push) Failing after 11m17s
Build OS / Build arm (push) Failing after 15m17s
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 12:26:53 +02:00 |
|
|
d7bccb6948
|
userspace: add sh program
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 12:25:36 +02:00 |
|
|
833d8d497a
|
userspace/libc: implement sigaction(), sigemptyset(), signal() & strcspn()
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 12:25:05 +02:00 |
|
|
1b55332027
|
userspace/libc_test: add test functions for various libc components
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 11:42:28 +02:00 |
|
|
cbe651d2da
|
userspace/libc_test: add native build target and default toolchain configuration
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 11:37:45 +02:00 |
|
|
9c9f5549d7
|
userspace/libc_test: add VSCode snippets and workspace configuration
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 11:37:10 +02:00 |
|
|
655a2d88f5
|
chore: add newline at end of c_boilerplates.code-snippets
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-28 11:36:54 +02:00 |
|
|
cd49a219df
|
userspace/libc: include stdio.h in dirent.c
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:59:29 +02:00 |
|
|
48067d8f58
|
userspace/libc: implement close() & dirfd()
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:58:54 +02:00 |
|
|
c2412fe710
|
userspace/libc_test: add return statement to main function
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:31:34 +02:00 |
|
|
2f71bccef2
|
userspace/libc: implement std more functions
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:30:07 +02:00 |
|
|
f5a813380b
|
userspace/utest: comment out build and linking commands in Makefile
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:28:22 +02:00 |
|
|
b54a32ba7a
|
userspace: add stub libc test program
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-27 23:20:54 +02:00 |
|
|
1c5c0b524e
|
userspace: update Makefiles
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-26 23:28:10 +02:00 |
|
|
62e482facb
|
fix: correct project name references in license headers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-25 00:20:34 +02:00 |
|
|
1824c99ca0
|
userspace/libc: flush stdout & stderr on exit
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 9m48s
Build OS / Build Cross-Compiler & Toolchain (push) Successful in 1h57m16s
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Failing after 6m20s
Build OS / Build amd64 (push) Failing after 6m19s
Build OS / Build aarch64 (push) Failing after 6m20s
Build OS / Build arm (push) Failing after 6m17s
Build OS / Build i386 (push) Failing after 19m15s
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-25 00:16:58 +02:00 |
|
|
e8b61e6d7f
|
userspace/libc: fix stack alignment
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-25 00:08:46 +02:00 |
|
|
69bc044b09
|
userspace: include crt1.c to streamline startup code
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-25 00:07:09 +02:00 |
|
|
c86d24030e
|
kernel: refactor FPU state structure for improved clarity and consistency
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 23:57:49 +02:00 |
|
|
4ced264c3c
|
userspace: simplify SIMD test application assembly code
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 23:57:15 +02:00 |
|
|
a25c5f4a96
|
userspace: add SIMD test application
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 22:40:38 +02:00 |
|
|
c0acbf8790
|
workflows: comment out gnu-efi compilation for now because it breaks workflows
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 4m22s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 2h9m52s
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled
Build OS / Build arm (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 19:04:23 +02:00 |
|
|
7ce73ab813
|
kernel: refactor aarch64 boot code
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Blocked by required conditions
Build OS / Build amd64 (push) Blocked by required conditions
Build OS / Build i386 (push) Blocked by required conditions
Build OS / Build aarch64 (push) Blocked by required conditions
Build OS / Build arm (push) Blocked by required conditions
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 4m9s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 56m7s
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 15:27:11 +02:00 |
|
|
0ab1833034
|
kernel: update linker script for AArch64
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 15:26:41 +02:00 |
|
|
495a0ea609
|
kernel: move UART code in each arch subdir
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 15:26:21 +02:00 |
|
|
72232d8bd2
|
kernel: update CPU structures with __packed attribute for alignment
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 15:25:39 +02:00 |
|
|
6bd705f06a
|
build: add MIDR_EL1 union for AArch64 CPU identification
https://developer.arm.com/documentation/ddi0601/2024-12/AArch64-Registers/MIDR-EL1--Main-ID-Register?lang=en
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 15:25:04 +02:00 |
|
|
0912d4b383
|
build: add Bootloader clean target to Makefile
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-23 21:47:27 +02:00 |
|
|
4350393610
|
build: add Makefile templates for Bootloader firmware across architectures
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-23 21:47:21 +02:00 |
|
|
a8ff50541a
|
build: add initial Bootloader implementation
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-23 21:43:03 +02:00 |
|
|
a4c5ab7ef3
|
chore: add .editorconfig files for consistent coding styles
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-17 19:59:38 +02:00 |
|
|
e147e1eff5
|
docs: update README.md
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-15 07:18:30 +02:00 |
|
|
c09bdee89a
|
build: refine .gitignore rules for tools directory
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-13 16:47:15 +02:00 |
|
|
3fa7acb116
|
build: add support for GRUB in the build process
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-13 16:47:06 +02:00 |
|
|
749a1b1810
|
kernel: update boot code and linker script for aarch64
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-13 09:22:01 +02:00 |
|
|
210e06429c
|
vscode: update debug configurations
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-13 09:20:42 +02:00 |
|
|
137f16bc55
|
build: update debug configuration for aarch64
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-13 09:20:07 +02:00 |
|
|
995ef471ab
|
build: update QEMU configuration for aarch64 to use raspi4b
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-13 06:50:48 +02:00 |
|
|
58f3442c6d
|
build: use --no-install-recommends for apt installs in workflows
Build OS / Build amd64 (push) Failing after 7m32s
Build OS / Build i386 (push) Failing after 9m41s
Build OS / Build arm (push) Failing after 8m45s
Build OS / Build aarch64 (push) Failing after 14m10s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 7m54s
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 7m28s
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-11 07:14:32 +02:00 |
|
|
3af04bce80
|
refactor: fix release building for aarch64 and arm
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-11 07:11:28 +02:00 |
|
|
75c8dbd31b
|
refactor: fix softfloat on aarch64 and arm
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Blocked by required conditions
Build OS / Build amd64 (push) Blocked by required conditions
Build OS / Build i386 (push) Blocked by required conditions
Build OS / Build aarch64 (push) Blocked by required conditions
Build OS / Build arm (push) Blocked by required conditions
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 9m56s
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-11 06:48:48 +02:00 |
|
|
fbe9fbfbd1
|
kernel: add arm architecture support
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 5m35s
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled
Build OS / Build arm (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-10 18:55:34 +02:00 |
|
|
e6933acfb0
|
kernel: add aarch64 architecture support
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-10 17:26:26 +02:00 |
|
|
07abdd9f6c
|
workflows: move obsolete CodeQL and documentation workflows to makefile.yml
Build OS / Build Cross-Compiler & Toolchain (push) Successful in 2h54m6s
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 3m8s
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Failing after 2m37s
Build OS / Build amd64 (push) Failing after 14m7s
Build OS / Build i386 (push) Failing after 13m9s
Build OS / Build aarch64 (push) Failing after 5m33s
Build OS / Build arm (push) Failing after 5m29s
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-08 17:11:46 +02:00 |
|
|
9cb66f395b
|
workflows: add ARM build support
Build OS / Build amd64 (push) Blocked by required conditions
Build OS / Build i386 (push) Blocked by required conditions
Build OS / Build aarch64 (push) Blocked by required conditions
Build OS / Build arm (push) Blocked by required conditions
Deploy Documentation / Deploy Documentation to GitHub Pages (push) Failing after 5m4s
CodeQL Advanced / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Failing after 4m42s
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-08 12:02:12 +02:00 |
|
|
eb602e12c2
|
toolchain: update architecture support and improve toolchain configuration
Added arm and aarch64 support
tools/Makefile has been refactored
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-08 11:59:30 +02:00 |
|
|
61b1e95629
|
kernel: Fix boot on i386
CodeQL Advanced / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Has been cancelled
Deploy Documentation / Deploy Documentation to GitHub Pages (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-07 17:58:51 +02:00 |
|
|
2bb997597e
|
refactor: Fix build on i386
CodeQL Advanced / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Has been cancelled
Deploy Documentation / Deploy Documentation to GitHub Pages (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-07 17:49:37 +02:00 |
|
|
463d16f8bc
|
refactor: streamline source file discovery in Makefile and update OSARCH handling in config.mk
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-07 13:45:59 +02:00 |
|
|
6cf3c62c83
|
chore: remove SonarCloud workflow configuration
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-04 21:44:56 +02:00 |
|