From 8b4e5c7ee21cb999421694e4df64dd6df10d5a7d Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 19 Apr 2012 13:14:41 +0200 Subject: adding a reference to proj0.txt --- proj0.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/proj0.txt b/proj0.txt index 22939fc..b54ee91 100644 --- a/proj0.txt +++ b/proj0.txt @@ -21,7 +21,8 @@ Manuel Mausz >> preparing your submission, other than the Pintos documentation, course >> text, lecture notes, and course staff. -TODO +Stallings, W. - Operating Systems + ALARM CLOCK =========== @@ -130,10 +131,10 @@ strtok() uses global data, so it is unsafe in threaded programs such as kernels. execution with user privileges. Otherwise this could lead to a kernel oops or even worse code execution within the kernel. -Outsourcing command separation from the kernel leads to a leaner -less complex kernel implementation and reduces the kernel workload -because tasks like searching for a command name in file system -can be delegated to the shell. +* Outsourcing command separation from the kernel leads to a leaner + less complex kernel implementation and reduces the kernel workload + because tasks like searching for a command name in file system + can be delegated to the shell. SURVEY QUESTIONS -- cgit v1.2.3