Process
This graph was created from a hand-made figure in an operating system paper.
[Input .gv File] [SVG] [Raster Image]
      
        process.gv.txt
      
    
  
  graph G {
	layout=neato
	run -- intr;
	intr -- runbl;
	runbl -- run;
	run -- kernel;
	kernel -- zombie;
	kernel -- sleep;
	kernel -- runmem;
	sleep -- swap;
	swap -- runswap;
	runswap -- new;
	runswap -- runmem;
	new -- runmem;
	sleep -- runmem;
}
    Copyright © 1996 AT&T. All rights reserved.
    Last modified
    June 14, 2021
    : Update docsy theme (097a529)