Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!rochester!pt.cs.cmu.edu!cadre!pitt!crew From: crew@pitt.UUCP (Al Crew) Newsgroups: comp.os.minix Subject: Re: Minix for the PS/2 Message-ID: <4544@pitt.UUCP> Date: 5 Feb 89 19:35:26 GMT References: <1054@uvm-gen.UUCP> Reply-To: crew@vax.cs.pittsburgh.edu.UUCP (Al Crew) Organization: Univ. of Pittsburgh Computer Science Lines: 26 In article <1054@uvm-gen.UUCP> ackerman@uvm-gen.uvm.edu (Steve Ackerman) writes: >In article <4539@pitt.UUCP> crew@pitt.UUCP (Al Crew) writes: >> Bad news. I ran the V1.3 'tests' from a floppy with a 'dd' command >> reading blocks from the hard disk. It would run for about five minutes >> and then hang with the floppy's select light on. "F1" would show that >> a task was waiting on FS and FS that was waiting on FLOPPY. >> > What code are you using? Earlier, you posted the results >of your test in which the 50 and 60 worked both with PS=1 or PS=0. >Is this with Dr. Tanenbaum's code, and unmodified? I've sent you >a copy of main.c, proc.c, and floppy.c. Floppy.c implements parts >of Gary Craig's changes. Could you please test them? Sorry for the misunderstanding. I am using Dr. Tanenbaum's code, unmodified. Although I didn't explicitly check it with a printf, I believe it sets ps=1 for both the Model 50 & 60. Dr. Tanenbaum told me to add a line explicitly setting ps=1. The code worked both with and without that line. I believe that in both cases, ps was set to one. Is that more clear? >When I rebuild my Dos >partition, I'll run them and post the results. Please try the test I used, dd running in the background reading the hardisk and the V1.3 tests running from floppy in the foreground.