Subject: Re: booting via bootblock != loadbsd
To: <>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: port-amiga
Date: 06/05/2000 23:11:36
On Sat, Jun 03, 2000 at 12:00:43AM +0200, Georges Heinesch wrote:

> >   loadbsd -a<other options> netbsd
> 
> Yes, this works !!! Thanks!
> 
> Where is it documented that loadbsd boots per default in single-user
> mode, and that the bootup with the Bootmenu uses the multi-user mode?

man 8 boot

> Are there other differences in behaviour between loadbsd and the
> bootup with the Bootmenu?

Sort of. Loadbsd is started from after the AmigaOS init scripts, the bootblock
obviously before, so the amount of drivers etc. loaded is different. Some old
memory boards do NOT autoconfigure, but are only added to the memory list by
some initialization program; you need to use loadbsd with them, or boot
AmigaOS first, then soft reset, if you want to use the boot block.

> BTW, what is the symbol table in:
> "-S  Include kernel symbol table."

The one you need to see symbolic values when you start the kernel debugger
(ddb).

Regards,
	-is