[main] change output

This commit is contained in:
Kevin Lange 2011-01-29 23:27:23 -06:00
parent da3a696428
commit 57b1a140a2

5
main.c
View File

@ -102,9 +102,8 @@ main(struct multiboot *mboot_ptr) {
char buffer[256];
uint32_t bytes_read;
bytes_read = read_fs(test_file, 0, 255, &buffer);
kprintf("Read %d bytes from file:\n", bytes_read);
kprintf("%s\n", buffer);
kprintf("| end file\n");
kprintf("cat /etc/kernel/hello.txt\n");
kprintf("%s", buffer);
close_fs(test_file);
#if 0