From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 7 Apr 1997 06:03:59 +0100 From: forsyth@plan9.cs.york.ac.uk forsyth@plan9.cs.york.ac.uk Subject: Plan 9 on Sun IPC + cgthree? Topicbox-Message-UUID: 560f1ab4-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19970407050359.f-3o5GQjAlhDYCAUwk5xF1oMT_TYkKY_UCzFQAnT5Ck@z> it's probably safe to assume the ROM has loaded the kernel (it usually moans if not), so your problem most likely is that the kernel is failing after it is started by the ROM but before it has mapped the screen. it's probably crashing while mapping or accessing the screen. the banks of memory needn't be the same. on your machine, it will use the 16 from the first bank and 4 from the second. it will ignore the third bank. the initial hex numbers are printed by the ROM, so they don't say much about plan 9's state once started.