singrdk/base/Applications/HelloMpAsm
Lily Tsuru db9d77760c RDK 2.0 2024-05-24 07:44:53 -04:00
..
HelloMpAsm.cpp RDK 2.0 2024-05-24 07:44:53 -04:00
README RDK 1.1 2024-05-24 07:43:45 -04:00
build-hellomp.cmd RDK 1.1 2024-05-24 07:43:45 -04:00
load-hack.cmd RDK 1.1 2024-05-24 07:43:45 -04:00

README

Notes:

    HelloMpAsm depends on HelloMp


HelloMp.cpp 

    contains the assembly code that prints "Hi!" to the screen
    directly (through 0xb800 physical address).

build-hellomp.cmd

    Creates obj/HelloMpAsm.exe in local obj/ directory.
    
load-hack.cmd

    After building the entire distribution, run load-hack.cmd so that
    the standard HelloMp executable (HelloMp.x86 from Applications/HelloMp)
    will be overwritten with HelloMpAsm.exe, then use network boot.