On Aug 26, 2009, at 6:00 AM, openbios-request@openbios.org wrote:

Date: Tue, 25 Aug 2009 21:37:30 +0300

From: Blue Swirl <blauwirbel@gmail.com>

To: The OpenBIOS Mailinglist <openbios@openbios.org>

Subject: Re: [OpenBIOS] Looking for a printf like function

Message-ID:

<f43fc5580908251137q57ed4205na6402bdddcc44db9@mail.gmail.com>

Content-Type: text/plain; charset=UTF-8


On Tue, Aug 25, 2009 at 8:11 PM, G 3<programmingkidx@gmail.com> wrote:

I would like to print messages to the console. What function should I

use to do this?


printk() from C, from Forth normal Forth words.


Background information:

Building OpenBIOS for Qemu. Emulated Computer: Macintosh.


PPC or x86? What type?


PPC. I am hoping to be able to make Mac OS X run in Qemu one day. 



Is the device tree available, like these:

http://penguinppc.org/historical/dev-trees-html/trees-index.html

?


I don't have any information about the device tree. I just use this command to start qemu: qemu-system-ppc -L qemu-bios -cdrom ~/mac.iso -boot d

Thank you for helping.