#include "bootstrap32.h"
void hello_world (void)
{
char *message = "Hello World\r\n";
while (*message) BIOS_VIDEO_write_teletype (*message++, 0, 0);
int character, scan_code;
BIOS_KEYBOARD_get_input (&character, &scan_code);
BIOS_RESET ();
}
Mike Gonta
look and see - many look but few see
http://mikegonta.com