continue working on correct shell loading

This commit is contained in:
2025-10-01 21:15:26 +03:00
parent 2019f87b14
commit 05fa945421
5 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ void kmain(unsigned int magic, unsigned int info)
l9660_dir* dir = (l9660_dir*)malloc(sizeof(l9660_dir));
l9660_file* file = (l9660_file*)malloc(sizeof(l9660_file));
follow_path("/bin/bash.", file, dir);
follow_path("/katau/core.", file, dir);
exec_from_file(file, ".");