557c7e6235
fix(kernel/vfs): 🎉 a complete rewrite of the vfs
...
This is the fourth time re-writing the VFS, hope this will be the last. Tried to make it as modular as possible so this won't be necessary in the future. 🙏
This change required the entire kernel code to be modified.
2025-05-13 15:59:12 +00:00
7873d0e724
revert(kernel/std): 🔥 std::set is too hard to implement for now
2025-05-11 16:31:12 +00:00
dbb5a483e0
feat(kernel/std): ✨ implement std::compare
2025-05-10 15:02:37 +00:00
21db83b943
refactor(kernel/std): ♻️ rename test function to test_stl_shared_ptr
2025-05-10 06:03:58 +00:00
6e26184a04
test(kernel/std): 🧪 add tests for std::shared_ptr
2025-05-09 07:34:28 +00:00
0a037f1ae1
test(kernel): add more memory allocator tests
2025-04-17 16:03:03 +00:00
f6eb4bd3dc
test(kernel/std): add <array> header tests
...
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-04-04 10:58:13 +00:00
91ad0e14df
test(kernel): expand coroutine tests
...
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-31 09:39:22 +00:00
ffd992cd74
refactor(kernel): improve future implementation
...
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-29 23:39:44 +00:00
8d71ed0ad5
refactor(kernel): remove 'foreach' macro
...
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-29 22:43:07 +00:00
93d897e95c
feat(kernel): update stl headers
...
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-29 18:27:57 +00:00
e6933acfb0
kernel: add aarch64 architecture support
...
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-10 17:26:26 +02:00
EnderIce2
7948d0c6e5
chore: Update makefiles & macros
2024-11-29 04:24:27 +02:00
EnderIce2
682c84b2af
Merge remote-tracking branch 'Kernel/master'
2024-11-20 05:00:33 +02:00