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 uses OSReportFlush in OSReportDestination to write the content of OSReport and OSVReport to Wii console NAND memory.
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

2009/10/19 Made revisions to correspond with OSVReport.
2008/11/19 Initial version.


CONFIDENTIAL