From e88a8c4c379d721e9901752d440a05295087da11 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 19 Jun 2012 01:44:56 +0200 Subject: implement page table and use it for lazy loading of segments --- proj1.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'proj1.txt') diff --git a/proj1.txt b/proj1.txt index 03c61f0..2eab2fa 100644 --- a/proj1.txt +++ b/proj1.txt @@ -1,8 +1,8 @@ - +--------------------+ - | CS 140 | - | PROJECT 1: THREADS | - | DESIGN DOCUMENT | - +--------------------+ + +--------------------+ + | CS 140 | + | PROJECT 1: THREADS | + | DESIGN DOCUMENT | + +--------------------+ ---- GROUP ---- @@ -25,8 +25,8 @@ Stallings, W. - Operating Systems http://en.wikipedia.org/wiki/Priority_inversion http://hynek.me/studies/sched_ausarbeitung.pdf - PRIORITY SCHEDULING - =================== + PRIORITY SCHEDULING + =================== ---- DATA STRUCTURES ---- @@ -214,8 +214,8 @@ and we don't have any reference to currently used semaphores/conditions inside the thread structure. Thus we simply sort the whole list inside sema_up()/ cond_signal() before unblocking the next thread. - SURVEY QUESTIONS - ================ + SURVEY QUESTIONS + ================ Answering these questions is optional, but it will help us improve the course in future quarters. Feel free to tell us anything you -- cgit v1.2.3