Page 1 of 1
Docs to print
Posted: Sat Jul 05, 2008 4:10 am
by Jeko
I'll be on vacation for a week, but I want to do something for my OS also when I'll be at the sea.
So, can you give me some advices on what useful documents can I print and read in the vacation?
EDIT: I've written a good virtual memory manager, so I don't need anything about physical or virtual memory.
Re: Docs to print
Posted: Sat Jul 05, 2008 4:35 am
by piranha
Print the linux 0.01 source code. I did that.
-JL
Re: Docs to print
Posted: Sat Jul 05, 2008 4:54 am
by Jeko
piranha wrote:Print the linux 0.01 source code. I did that.
-JL
It's too long. Isn't it?
And however is a very old kernel, I don't know if it's useful
Re: Docs to print
Posted: Sat Jul 05, 2008 5:31 am
by inflater
...read in the vacation?
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
Re: Docs to print
Posted: Sat Jul 05, 2008 6:57 am
by Jeko
inflater wrote:...read in the vacation?
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.
Re: Docs to print
Posted: Sat Jul 05, 2008 7:31 am
by chase
Grab the ZFS pdfs from
http://opensolaris.org/os/community/zfs/docs/ . In particular the ZFS On-Disk Specification. It really is a cool file system.
Re: Docs to print
Posted: Sat Jul 05, 2008 7:44 am
by Jeko
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.)
...
Re: Docs to print
Posted: Sat Jul 05, 2008 10:48 am
by Jeko
Haven't you any docs about OS design?
Re: Docs to print
Posted: Sat Jul 05, 2008 12:09 pm
by 01000101
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.
Re: Docs to print
Posted: Sat Jul 05, 2008 2:22 pm
by Alboin
I would go with the ZFS doc. To create a VFS layer you have to know about file systems anyway, so it's not as if it is completely useless.
Re: Docs to print
Posted: Sun Jul 06, 2008 7:11 am
by Jeko
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.