(no title)
typical182 | 2 years ago
"Research Unix Sixth Edition (v6) kernel written in Go and using rsc.io/unix/pdp11 to run user-mode code"
For example, you can see the process struct definition starting here:https://github.com/rsc/unix/blob/main/v6unix/proc.go#L25-L67
tw1984|2 years ago