Archive / / / 2002-12-15-osnotes4.txt
2002-12-15 18:55:42 UTC
previous next
-Processes can have multiple address spaces and multiple threads --thats how linux emu is done --a process can have multiple pid's, so that if its managing processes, they can be shut down seperately outside the manager -Filesystem can have devices files that link to a service name, similar to major/minor numbers on linux --service names can optionally be accessed directly by a program? -process asks for service based on the protocol its going to use? nah..