view examples/hello.c @ 1634:421a48d5aded

* include/pkgconf/mlt_sh_sh7750_dreamcast_ram.mlt: Add entry section. * include/pkgconf/mlt_sh_sh7750_dreamcast_ram.ldi: Add entry section. * src/boot.S: New file. Add Dreamcast startup entry. Fixes failed bootup.
author jlarmour
date Fri, 14 May 2004 12:01:00 +0000
parents ead06911cbae
children
line wrap: on
line source

/* this is a simple hello world program */
#include <stdio.h>

int main(void)
{
  printf("Hello, eCos world!\n");
  return 0;
}