aboutsummaryrefslogtreecommitdiff
path: root/Operativsystem.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-26 08:40:20 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-26 08:40:20 +0100
commit5646023a24358b7b994dc101bb5461227a3e3fbb (patch)
tree943e926a266d5913ed2261b60fa03a262adadb12 /Operativsystem.wiki
parentWed, 20 Mar 2019 12:29:28 +0100 (diff)
downloadwiki-public-5646023a24358b7b994dc101bb5461227a3e3fbb.tar.gz
wiki-public-5646023a24358b7b994dc101bb5461227a3e3fbb.tar.xz
Tue, 26 Mar 2019 08:40:20 +0100
Diffstat (limited to 'Operativsystem.wiki')
-rw-r--r--Operativsystem.wiki15
1 files changed, 15 insertions, 0 deletions
diff --git a/Operativsystem.wiki b/Operativsystem.wiki
new file mode 100644
index 0000000..1e6b5a0
--- /dev/null
+++ b/Operativsystem.wiki
@@ -0,0 +1,15 @@
+= Operativsystem =
+== Multiplexing ==
+[[pdf:mos#37]]
+Sharing resources between processes.
+
+116
+
+ The UNIX system has a command, _nice_, which allows a user to
+ valuntarily reduce the priority of his process, in order to be
+ nice to the other users. Nobody ever uses it.
+p160 [191]
+
+
+= References =
+1. mos :: Andrew S Tannenbaum - Modern Operating Systems (4th edition)