Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Stopping the PPC



Quoting John Klos (03-Mar-01 18:40:29):

>> The default options for starting the kernel are "-ASn2". However I
>> need "-aSI0xffffff". How can I make those options default (instaed
>> of "-ASn2")?

> Ignatios helped me with this not too long ago:

> Currently, you have to recompile and reinstall the bootblock:
> edit /sys/arch/amiga/stand/bootblock/boot/main.c, the line with

>         char default_command[] = "netbsd -ASn2";

This worked!

However the loadbsd options do confuse me a bit ...

loadbsd [-abhkpstADSVZ] [-c machine] [-m mem] [-n flags] [-I sync-inhibit] 
kernel

"-ASn2" actually shouldn't work because "-n" is split from "-AS". I
would do it "-AS -n2". Why does "-ASn2" work?

I tried to applied the same (to me, non-understandable rule) with
"-I". There -ASn2I0xffffff" doesn't work. I have to use "-AS -n2
-I0xffffff".

That's already quite interesting, but the best part comes now:
"-aSI0xffffffn2" doesn't work with loadbsd
"-aSI0xffffffn2" works while compiled into the bootblock ?!?!

Can someone explain this logic?

Another issue - I have 128 MB CSPPC FastRAM and 16 MB ZIP onboard
A3000 FastRAM.
- I guess the option to use is "-n2"?
- What does "-n1" do?
- Has the "-n" option any impact on ChipRAM?

Ignatios ... I found a directory called "ppcboot". What's that about?

> then make depend && make && make install in
> /sys/arch/amiga/stand/bootblock/

> then use the installboot script to install it (while in single user
> mode).

"sh ./installboot /usr/mdec/xxboot /dev/rsd1a" worked!

Why is single user operation necessary?

> --

> This assumes that you have the source tree, which is not a bad thing
> to have.

>> BTW while starting up from the bootblock via the bootmenu, which
>> kernel is used? The one on / (/netbsd)?

> Yes.

Ok.

Thanks a lot!

-- 
Cu  Georges Heinesch, Luxembourg
    geohei%geohei.lu@localhost
    http://www.geohei.lu
    PGP RSA & DH/DSS public key on request and on public servers

... like a virgin ...




Home | Main Index | Thread Index | Old Index