continue working on correct shell loading
This commit is contained in:
+1
-1
@@ -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, ".");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user