From: Philipp Rumpf <prumpf@suse.de>
To: Ryan Bradetich <rbradetich@uswest.net>
Cc: Grant Grundler <grundler@cup.hp.com>,
Parisc Linux <parisc-linux@thepuffingroup.com>
Subject: Re: [parisc-linux] exec_kernel help
Date: Sat, 18 Sep 1999 20:32:30 +0200 [thread overview]
Message-ID: <19990918203230.F5481@suse.de> (raw)
In-Reply-To: <37E3E49F.3CF5D20A@uswest.net>; from Ryan Bradetich on Sat, Sep 18, 1999 at 01:14:39PM -0600
> > Definitely...reading owners manuals can reveal interesting "tricks".
> > Holding the "TOC" button (for about 10 seconds) on my 715 during
> > powerup will force the console to serial port 1. The user doesn't
> > have to muck with setting paths for collecting linux kernel output.
> > Check if the C200+ has the same behavior - good chance it does.
> Found out how to do this in the users manual ... next question. What is
> everyone using for a serial console? I have the HP A4576A monitor attached to
> the C200+ right now, this monitor does not have a serial connection. It has
> the Enhanced Video Connector and the HD-15 (svga) monitor connections. The
> only serial device that I can think of is the web console, and I can get one
> from work later this afternoon, if that will work.
I'd propose using a machine known to work, a null modem cable and a terminal
program. That way you can copy and paste which is very handy sometimes.
> 1. The ipl is called by the PDC. Execution starts in
> arch/parisc/boot/boot_code/ipl_s.S.
> 2. The ipl does some stuff then calls IPL_main(). (in
> arch/parisc/boot/boot_code/ipl_c.c)
> 3. IPL_main does some stuff/displays some values then calles exec_kernel.
> (in arch/parisc/boot/boot_code/ipl_s.S)
> 4. exec_kernel changes the program counter to the entry_point then does an
> rfi. (entry point is 0x00010000)
yup.
The entry point is in arch/parisc/kernel/head.S
head.S calls arch/parisc/kernel/setup.c (start_parisc)
setup.c does some initialization and calls init/main.c (start_kernel)
next prev parent reply other threads:[~1999-09-18 18:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-09-18 7:47 [parisc-linux] exec_kernel help Ryan Bradetich
1999-09-18 8:29 ` Philipp Rumpf
1999-09-18 14:36 ` Grant Grundler
1999-09-18 19:14 ` Ryan Bradetich
1999-09-18 18:32 ` Philipp Rumpf [this message]
1999-09-19 5:47 ` Ryan Bradetich
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=19990918203230.F5481@suse.de \
--to=prumpf@suse.de \
--cc=grundler@cup.hp.com \
--cc=parisc-linux@thepuffingroup.com \
--cc=rbradetich@uswest.net \
/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