Subject: Re: bootblock and -I
To: None <markus@core.de>
From: Allen Wittenauer <allenw@iobm.com>
List: port-amiga
Date: 10/21/1998 16:46:52
> Use the source, Luke:
> /usr/src/sys/arch/amiga/stand/bootblock/boot/main.c:
>
> char default_command[] = "netbsd -AS";
>
> You can patch this. I am not sure if there is place for a "-I xx", but
> be careful, space is very precious. Do generate a bootblock not a single
> byte larger than the original, otherwise it wont fit in the required
> track: 8192 bytes
That was kinda the direction I was leaning, but the other info was what I wasn't
sure of [size requirements.]
Thanks!