[parisc-linux] Progress

Philipp Rumpf Philipp.H.Rumpf@mathe.stud.uni-erlangen.de
Fri, 19 Nov 1999 04:30:37 +0100


> VFS: Mounted root (ext2 filesystem)
> Warning: unable to open an initial console.
> Attempting to execute '/sbin/init'
> It seems to be a valid SOM executable.
> 
> I am using the PDC_CONSOLE.  I think there was a changed needed to allow
> opening the PDC_CONSOLE that was discussed previously.  Does anybody
> remember?  Maybe with this change I can get to sash.

edit arch/parisc/boot/boot_code/ipl_c.c and replace the "ttyS0" in the command
line with "tty".  Alternatively, boot in interactive mode and edit the command
line (again replacing "ttyS0" with "tty").

That should get you to an (most likely unusable) shell prompt.

> I also need to slow down the console messages.

edit arch/parisc/kernel/pdc_cons.c and put a __delay(N); in pdc_putc.  N is
approximately the number of CPU cycles you want to wait.  I suggest placing
it directly after the "case 'n':" as that gives you a per-line delay instead
of a per-character one.

> The space registers are all zero.

They always are, currently (this needs to, and will, change).

	Philipp Rumpf