Linux Programming Blog Entry 1 - the basics

Dec 12, 2010 19:28

So this was mostly a review for me to remember what was gone over in operating systems. The reason I'll be writing about this is to help me internalize the information and I consider this first entry to be a sort of practice entry so... here goes!

FORK )

Leave a comment

Comments 1

(The comment has been removed)

jevin December 13 2010, 03:53:44 UTC
I recall it depending on a few things. Assuming COW is being used, they share the same physical address space (which includes heap, stack, pages, etc) and code segments (library files). I might be missing things... even in COW the child gets its own PCB, right? I'm pretty sure it'd have to...

Reply


Leave a comment

Up