Re: bootloader issue
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.atari |
|---|---|
| Message-ID | <[email protected]> |
David Ross wrote: > Getting closer but there's still an issue... > > On boot, I get: > NetBSD/atari secondary bootloader ($Revision: 1.12 $) > > | > > That pipe is the little spinning bar. It spins a little but freezes pretty > quickly at the pipe. The drive light stays off after the freeze. Hmm, twiddling pipe shows there are some read access, then it might indicate: - bootxx sticks in readsector() (or some other) funcion - bootxx doesn't load tertiary properply - bootxx loads tertiary but doesn't jump there - loaded tertiary has other problems Could you try this one (just random debug printfs added to bootxx) again? http://www.ceres.dti.ne.jp/~tsutsui/netbsd/atari-HEAD-20090105/sysinst1.fs.gz --- Izumi Tsutsui