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
| monstr | [PATCH 26/60] microblaze_v4: time support |
| Jon Smirl | Re: 463 kernel developers missing! |
| Andrew Morton | Re: x86: 4kstacks default |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | Re: [GIT]: Networking |
| Jiri Olsa | [PATCHv5 0/2] net: fix race in the receive/select |
