use helper function to list the file system
This commit is contained in:
parent
2b26565b16
commit
64a7fafe41
1 changed files with 5 additions and 0 deletions
|
@ -157,6 +157,11 @@ int main(void)
|
|||
create_kernel_task(&id1, foo, "foo1", NORMAL_PRIO);
|
||||
create_kernel_task(&id2, wrapper, "userfoo", NORMAL_PRIO);
|
||||
|
||||
#if 1
|
||||
kputs("Filesystem:\n");
|
||||
list_fs(fs_root, 1);
|
||||
#endif
|
||||
|
||||
while(1) {
|
||||
HALT;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue