Conversation
sys/README.md
Outdated
There was a problem hiding this comment.
Please extend this description. It is very non-obvious type. I doubt that anybody expect me and you understand what it does.
A usage example may help.
|
Please write some meaningful commit description. There are people who read them. |
prog/rand.go
Outdated
There was a problem hiding this comment.
Why "- 1"? Does not look correct to me. Should crash if ValuesPerProc==1.
sysgen/sysgen.go
Outdated
There was a problem hiding this comment.
Alex uses 20 procs. Let's make the max 32. And check that procs parameter <= 32 in config package.
ipc/ipc.go
Outdated
There was a problem hiding this comment.
pid should be an argument to ipc.MakeEnv.
We've discussed that we may need to pass pid to executor to setup network card, etc.
MakeEnv looks like the right place for pid long term.
|
All done. Note, that the old way to generate ports is still used when generating inaddrs. |
|
looks good to me |
No description provided.