diff options
author | Marvin Borner | 2020-07-24 15:21:36 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-24 15:21:36 +0200 |
commit | fd73441fe4950c683699fe38ad59e4541b75e5a7 (patch) | |
tree | 7f549911388fd3881e52bbf2139aed8170c97481 /src/main.c | |
parent | 43183fe6b259005174a424828b2fbb06bfeb4a90 (diff) |
Bug hunting for file reading (ext2 idp recursion)
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ void main(struct mem_info *mem_info, struct vid_info *vid_info) printf("hello\n"); ls_root(); + read_file(get_inode(find_inode("font24.bdf", 2))); while (1) { }; |