login
Header Space

 
 

Re: linux problem (boots, no prompt)

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Yanek Martinson <yanek@...>, <torvalds@...>
Cc: <linux-activists@...>
Date: Saturday, November 30, 1991 - 10:22 pm

Yanek Martinson: "linux problem (boots, no prompt)" (Nov 30, 20:31):

This is a kind of debugging info: it just means that the swapper
(process 0) is the only task running.  Normally state=1 means that the
task is waiting (but wakeable by signals), but the swapper is a special
case and simply ignores state. eip is useless: this value just means
that you have never made a task-switch, and thus saved anything in the
task-info.


The kernel should prompt you for it, but my guess is that the fork is
failing, as you only have the swapper task.  This might happen if you
have only 1M of memory, and nothing above it.  True? Even with 384kB of
extended memory (usual on 1M machines) the first fork should work, but
this looks like you have no extended memory at all.

If that wasn't it, please give more info on your hardware.  Right now I
cannot think of anything else, as most things seem to work (keyboard,
screen -> interrupts work ok, no lock-up). 

		Linus
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux problem (boots, no prompt), Yanek Martinson, (Sat Nov 30, 9:31 pm)
Re: linux problem (boots, no prompt), Linus Benedict Torvalds, (Sat Nov 30, 10:22 pm)
speck-geostationary