From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 11 Jul 2011 09:29:37 +0100 From: Ethan Grammatikidis To: 9fans@9fans.net Message-ID: <20110711092937.1687cd33@lahti.ethans.dre.am> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Can't boot from img Topicbox-Message-UUID: fde77dd6-ead6-11e9-9d60-3106f5b1d025 On Tue, 5 Jul 2011 10:39:41 GMT kuroutadori wrote: > I have an iMac G3, and decided I was going to abuse it. I have so, I > am able to boot Linux and NetBSD from CD, but I can't boot from Plan > 9. I did have a go at just booting the .img file from Open Firmware, > but it's not supported. What do I have to do, to get Plan 9 to boot > from disc? Can I use NetBSD somehow to boot the image? > There are drivers to write, particularly an ethernet driver. I'm mildly interested myself as I have a G3 iBook, but ARM is higher on my priority list (but still not very high itself). If the ethernet was done, I'd say find the port code, build it and all the PPC binaries for a system on an already-working install, net-boot the mac, and hack away. That might be a feasible start anyway if keyboard and video are working already, but then there's the bootloader to consider... erf. Anyway, there's kernel driver hacking to be done, but Plan 9's kernel is easier to work on than most.