feat: implement initial CPIO parsing and shell improvements

- core: added CPIO parser (fs/cpio.c) and VFS structs

- shell: refactored ksh, added 'help' command

- lib: added string utils (strcpy, strncpy, strncmp)

- wip: working on initramfs loading in kmain
This commit is contained in:
Karina
2026-01-28 02:04:40 +04:00
parent 26c0353554
commit 0761153d24
17 changed files with 345 additions and 56 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
.cache
build*
.venv
.venv
initrd/image.cpio