Compilation, linking and execution instructions for 'Hello.mcp'
-------------------------------------------------------------------

-------------------------------------------------------------------
Description:
Hello.mcp is a very basic V2_OS application written in Metrowerks Codewarrior. It prints a message to the screen with system32 Service 4, and then returns back to V2_OS.
-------------------------------------------------------------------


1). Open Hello.mcp with Metrowerks Codewarrior

2). It's important to chech the project settings before compiling:
    *In the Settings/Target/x86 target Tab, you need to set the filename to 'hello.exe'
    *In the Settings/Target/x86 target Tab, you need to set the base address to 0x000
 
3). Now you can build 'hello.exe'

4). Metrowerks Codewarrior has now created a win32 executable, but it's not yet in the correct format for V2_OS. We can convert it by going to the directory where hello.exe is. Now type 'exe2app hello.exe hello.app'. This will convert the Exe to a valid V2_OS app !

5). Insert a V2_OS formatted floppy in drive A:
If you do not have a V2_OS formatted floppy, please refer to the Readme file in the SDK directory.

6). type 'v2copy hello.app hello.app'
This will copy your local hello.app file to a file on the V2_OS formatted floppy.

7). now reboot a pc with the floppy you've just made.
If the system is booted, you can execute your program by typing 'run hello.app'
It should print the 'hello world' message to the screen and then return to V2_OS.
If this is not the case, please report your problem on the Forum (www.v2.nl/v2_os) or contact the v2_lab.