From df1d8e29dd22fc1c423c9e30a5198b34534a5f97 Mon Sep 17 00:00:00 2001 From: Phil Budne Date: Fri, 11 Mar 2016 11:23:59 -0500 Subject: [PATCH] update sys NOTES --- src/sys/NOTES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/sys/NOTES.md b/src/sys/NOTES.md index 4767761..78ba1e3 100644 --- a/src/sys/NOTES.md +++ b/src/sys/NOTES.md @@ -5,6 +5,8 @@ uid -1 is superuser process 1 is "init", runs as superuser +there are ten process slots, pids are 18 bits. + DISK ==== @@ -28,7 +30,7 @@ inode format ------------ ``` i.flags - 400000 free?? (checked/toggled by icreat) + 400000 in use 200000 large file 000040 special file 000020 directory @@ -69,3 +71,10 @@ i numbers 11 "display" (graphic-2) special file 12 "pptout" (paper tape punch) special file ``` + +swapping +-------- + +Only one process is in memory at any time (in the high half of the 8KW +memory). The ten processes are swapped to the last ten tracks of the +disk.