Using it
Let's write a small program using our driver to write to the serial console.
Speaker Notes
- As in the inline assembly example, this
main
function is called from our entry point code inentry.S
. See the speaker notes there for details. - Run the example in QEMU with
make qemu_minimal
undersrc/bare-metal/aps/examples
.