Subject: Re: NetBSD on A1200 with DKB Cobra 40
To: <>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: port-amiga
Date: 08/22/2000 20:55:28
On Tue, Aug 22, 2000 at 08:04:35PM +0200, Michael Kukat wrote:
> Ok, another thing...
>
> > > After issuing "loadbsd -b netbsd.GENERIC", the screen gets blank
> > > (background color, fullscreen), and nothing more happens.
> > [...]
> > > Does anyone have some hints? Anyone out there running NetBSD on a 1200 with
> > > 030 and no FPU?
>
> Thanx to the amiga being a bit similar to the workstations, i issued the
> loadbsd via serial port to be able to read the output:
>
> 2.System:User/Terminus/DL> loadbsd -b netbsd.GENERIC
> Askboot...Using 8M FASTMEM at 0x10000000, 2M CHIPMEM
> *** Loading from 1062ae00 to Fastmem 10000000 ***
>
> As i see here, the kernel is loaded to the end of the FastRAM area. And i just
> grabbed my pocket calculator:
>
> -rw-r--r-- 1 michael users 1965365 Aug 21 21:25 netbsd.GENERIC
If you have a m68k a.out understanding "size" tool, it will give you
better information. Eg., if you dont specifythe -S flag (load S-ymbols),
some part of the kernel file won't be loaded.
> This is: 0x1dfd35 bytes kernel size. If i see this right in the loadbsd
> messages, this is added to 0x1062ae00. Result: it ends at 0x1080ab35
>
> So, 0x10000000 + 8MB = 0x10800000
(Thats the netbsd from the 1.4.2 binary/kernel directory)
jocelyn is 107% size netbsd
text data bss dec hex filename
1499616 85468 336332 1921416 1d5188 netbsd
bc tells me (after switching ibase and obase):
1D5188 + 1062AE00
107FFF88
Regards,
-is