Commit Graph

54 Commits

Author SHA1 Message Date
f06c0b19fa fix(kernel/vfs): fully implement ustar driver implementation + mounting system 2025-05-18 11:38:42 +00:00
fda5ede37f fix(drivers): 🐛 prevent unnecessary recompilation by leaving trusted.c unchanged if no updates are detected 2025-05-14 11:11:35 +00:00
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
f8f08a11db refactor: add SYS_DEBUG_REPORT
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-30 18:42:04 +00:00
d251d9d03f refactor(rootfs): reorganize file structure and remove unnecessary .gitkeep files
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-24 15:33:07 +00:00
ae7f39d0de feat(kernel/drivers): add trusted drivers list
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-21 03:22:40 +00:00
36bb7b7a88 refactor: sync headers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-21 02:00:10 +00:00
201ace7eec refactor(userspace): build using cmake
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-15 23:05:17 +00:00
9f393754f6 feat(kernel/syscalls): implement uname syscall
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-10 22:38:52 +00:00
9e746c52bc feat(kernel/api): implement arm syscall wrappers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-05 23:18:18 +00:00
e01f488768 feat(kernel/api): implement i386 syscall wrappers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-05 17:38:59 +00:00
7b85636f8f fix(drivers): remove drivers that are now in kernel
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-03-02 21:37:52 +00:00
08319ef4c7 docs(syscalls): add documentation for FBIOGET_SCREEN_INFO ioctl
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-02-20 02:09:09 +02:00
c688bd7a97 feat: synchronize syscalls.h
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-02-14 19:59:59 +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
e6933acfb0 kernel: add aarch64 architecture support
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-10 17:26:26 +02:00
2bb997597e refactor: Fix build on i386
Some checks failed
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
dea36a0228 chore: Update makefiles and doxygen
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 06:26:55 +02:00
e4403cdbd6 vscode: Update configuration files
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 06:13:31 +02:00
5632c7cb10 drivers: Update syscalls.h
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 06:07:12 +02:00
eb7c13dd45 drivers: Update syscalls.h
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2024-12-26 05:45:06 +02:00
1dbee4660e drivers: Update include headers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2024-12-23 03:55:39 +02:00
fe5e4e3eec chore: Update makefiles
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2024-12-11 05:52:22 +02:00
8b026175bb chore: Update makefiles
https://stackoverflow.com/a/17845120/9352057
Signed-off-by: EnderIce2 <enderice2@users.noreply.github.com>
2024-12-11 04:48:16 +02:00
828dab1875 chore: Update driver makefiles 2024-11-29 05:05:49 +02:00
7948d0c6e5 chore: Update makefiles & macros 2024-11-29 04:24:27 +02:00
0dbdacb8df chore: General cleanup 2024-11-27 01:19:24 +02:00
00a37325f6 chore: Fix build process 2024-11-26 03:27:08 +02:00
c43e8d7b03 Merge remote-tracking branch 'Drivers/master' 2024-11-20 05:01:24 +02:00
dc5d62717e Update submodules 2024-11-20 04:26:09 +02:00
e8a07925cc Update submodules 2024-02-28 06:36:13 +02:00
a18b24e859 Update files 2024-01-19 06:53:16 +02:00
5fb1f96005 Update filesystem structure 2023-05-20 04:31:24 +03:00
0f85f34657 Update submodules 2023-04-21 19:04:49 +03:00
d0ba001bf2 Support i386 2023-03-29 03:03:42 +03:00
146749ae0d Update submodules 2023-03-23 23:32:51 +02:00
87ebfd0db0 Update submodules 2023-03-14 01:43:07 +02:00
0878ef1060 Update submodules 2023-03-10 21:17:22 +02:00
4e16d4512d Added AC'97 audio driver 2023-03-09 06:53:49 +02:00
0b5b0ccbe7 Added PS/2 mouse driver 2023-03-02 02:33:44 +02:00
48dcc1e3a4 Disable VMware mouse driver 2023-02-25 04:01:04 +02:00
41710c7a95 Update submodules 2023-02-10 18:02:06 +02:00
ddf288e7cc Updated submodules 2023-01-09 03:36:55 +02:00
fc3995b8db Update submodules 2023-01-04 06:49:07 +02:00
45d39a155e Updated submodules 2022-12-16 03:09:59 +02:00
80cf619738 Update submodules 2022-11-28 08:27:14 +02:00
988b88e284 Update submodules 2022-11-14 07:43:30 +02:00
87e67ae3ac Update submodules 2022-11-07 08:38:15 +02:00
44bc367e19 Update submodules 2022-11-01 02:05:15 +02:00
728c682465 Update Doxygen configuration 2022-10-17 05:18:53 +03:00