Operating System Log (OSLog) Sample Demo

Location

$REVOLUTION_SDK_ROOT/build/demos/oslogdemo

Compilation

Go to $REVOLUTION_SDK_ROOT/build/demos/oslogdemo and enter make. An executable file (.elf) is generated under the path $REVOLUTION_SDK_ROOT/RVL/bin/demos/oslogdemo/.

Running the Demo

You need to configure DVDRoot before executing the demos. Copy the $REVOLUTION_SDK_ROOT/dvddata directory to the emulation hard disk and specify this directory as DVDRoot.

Go to the $REVOLUTION_SDK_ROOT/RVL/bin/demos/oslogdemo/ directory and perform one of the following:

Description

oslogdemo This sample shows how to use OSLog functions.
This demo writes the contents of OSReport to Wii console NAND memory using OSReportFlush as OSReportDestination.
Serial output, writing to Wii console NAND memory, and both serial output and writing to Wii console NAND memory at the same time is done four times each.

See Also

Operation System Log (OSLog) API Function List

Revision History

2008/11/19 Initial version.


CONFIDENTIAL