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:
+2
-1
@@ -1,3 +1,4 @@
|
||||
.cache
|
||||
build*
|
||||
.venv
|
||||
.venv
|
||||
initrd/image.cpio
|
||||
Reference in New Issue
Block a user