[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
hello world debug info
- Date: Tue, 10 Nov 1998 11:49:51 -0800 (PST)
- From: Eric Blossom <eb@starium.com>
- Subject: hello world debug info
> break at bssclr
> break at boot_card
> break at rtems_initialize_executive_early
> break at rtems_initialize_executive_late
Just a wild guess, but I'd say that the initial stack is allocated in
the BSS and that bssclr is stomping it. Then depending on what is
contained at address 0 on the ppc, you're being revectored into
boot_card or something that proceeds it.
Eric