19 lines
327 B
Plaintext
19 lines
327 B
Plaintext
Title: Hello World
|
|
|
|
Description:
|
|
|
|
A simple Hello World example
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
Building and Running Project:
|
|
|
|
This project outputs 'Hello World' to the console. It can be built and executed
|
|
on QEMU as follows:
|
|
|
|
make qemu
|
|
|
|
Sample Output:
|
|
|
|
Hello World! x86
|