diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +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))); + printf("%s", read_file("test.txt", 2)); while (1) { }; |