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
bcc2c9d0ab
refactor(kernel): change color arrays to static
2025-04-17 16:01:40 +00:00
7902726239
fix(kernel/tty): wrong calculation of cell index
...
Instead of ws_row, now it's ws_col.
2025-04-17 15:56:16 +00:00
0735743f44
build: fix kernel build on different architectures
...
Userspace still fails to compile on non-x86!!!
2025-04-13 13:47:59 +00:00
5293bb2039
feat(kernel/tty): implement blinking cursor
2025-04-12 10:55:01 +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
EnderIce2
682c84b2af
Merge remote-tracking branch 'Kernel/master'
2024-11-20 05:00:33 +02:00