Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I don't know about you, but if I was on a vacation I would RELAX and surely wouldn't think about computers or OS dev!
But if you really can't say goodbye to PCs for at least a week, I suggest reading intel manuals. They'll make you busy all the time
I don't know about you, but if I was on a vacation I would RELAX and surely wouldn't think about computers or OS dev!
But if you really can't say goodbye to PCs for at least a week, I suggest reading intel manuals. They'll make you busy all the time
Regards
inflater
I need something about OS design, for example some docs on filesystem handling or on device driver interface would be very useful.
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
Thank you. But I need docs on virtual filesystem handling not on implementations of filesystems (I won't write my filesystem drivers, I'll let other people do this for me).
I need only docs on kernel issues.
Virtual File System
Device Driver Interface
ELF support (I've yet printed something)
Kernel level optimizations (for example caches, etc.)
...
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
you are being quite picky about your reading material. All of the above are great reads and provide much information, espcially the intel software developers manuals 3a-3b. You could read the UDI docs for your driver interfacing, or you could read the art of assembly for a wide selection of topics.
You might want to just go through the 'book recommendation' thread as it contains a large chunk of great reads in both online and printed formats.
Thank you.
I've printed docs about Linux's VFS, Linux Buffer Cache.
I wanted something about graphics device driver interface, but I couldn't find anything to print.
Now I read Book Recommendations to see if there is something interesting.
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling