Docs to print
Docs to print
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.
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.
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
Re: Docs to print
Print the linux 0.01 source code. I did that.
-JL
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Re: Docs to print
It's too long. Isn't it?piranha wrote:Print the linux 0.01 source code. I did that.
-JL
And however is a very old kernel, I don't know if it's useful
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
Re: Docs to print
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!...read in the vacation?
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
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Derrick operating system: http://derrick.xf.cz (Slovak and English )
Re: Docs to print
I need something about OS design, for example some docs on filesystem handling or on device driver interface would be very useful.inflater wrote: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!...read in the vacation?
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
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
Re: Docs to print
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
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).chase wrote: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.
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
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
Re: Docs to print
Haven't you any docs about OS design?
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
Re: Docs to print
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.
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.
Website: https://joscor.com
Re: Docs to print
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.
C8H10N4O2 | #446691 | Trust the nodes.
Re: Docs to print
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.
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
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System