Devblog 9
I found a course for os development to follow and it really helped me with this.
With the course explaining, I got my kernel to read a fat16 disk and print the content of hello.txt.
This was a lot of debugging, first the file did open but couldn’t be
read, then later the file was read but the data was just wierd
characters.
Now this is a huge step, the reading is done and now I only need it to be able to understand executables and read them.
– WilGulf
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.