9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Matthias Teege <matthias@mteege.de>
To: 9fans@cse.psu.edu
Subject: [9fans] Emelie want run
Date: Mon, 21 Aug 2000 18:45:08 +0200	[thread overview]
Message-ID: <87lmxqy357.fsf@moon.mteege.de> (raw)


Moin,

I want to setup a fileserver but I have some problems. Jmk sent me an
patch and after I removed the pc.c/localconfig() stuff I've build a
kernel which want boot or better which want work. ;-)

Ther server comes up and I typed in the configuration but after 'end'
the server hangs.

After a lot hints from the newsgroup I've put some 'print' statements
in the kernelcode and try to follow the execution. At proc.c/sched()
the execution stopped and I can't continue because I didnt found the
sourcefile for spllo(). 

In spllo() the code looks like this:

if(u) {
      splhi();
	if(setlabel(&u->sched)) {
		if(u->match)
			panic("mach non zero");
		  u->state = Running;
	...

	spllo();

	return;

...

I've made a print statement before and after spllo() but only the
first was shown. The sched() function was executed many times before
it stopped. 

So were can I find the spllo source?

Here my hardware:

Mainboard: ASUS TX97-XW
CPU      : AMD K6-200MHz
RAM      : 32 MB EDO
Graphic  : ATI Graphics Pro Turbo PCI (mach64 VT)
Floppy   : Mitsumi 1.44 MB
CDROM    : LiteOn 48x
SCSI     : Dawicontrol DC2976UW with 53C875E Chip on it
Harddisk : IBM DNES-309170WS80K
Ethernet : 3Com 3C905B-TX Fast Etherlink XL PCI
Mouse    : PS/2 Logitech

Many thanks
Matthias

-- 
Matthias Teege -- matthias@mteege.de -- http://emugs.de
make world not war
PGP-Key auf Anfrage



             reply	other threads:[~2000-08-21 16:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-21 16:45 Matthias Teege [this message]
2000-08-21 18:20 Russ Cox
2000-08-29  9:46 ` Matthias Teege
2000-08-29 10:46 okamoto
2000-08-29 15:25 ` Matthias Teege
2000-10-10  9:08 ` Matthias Teege
2000-08-30  0:42 okamoto
2000-10-10 10:18 okamoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lmxqy357.fsf@moon.mteege.de \
    --to=matthias@mteege.de \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).