jos/user/hello.c

10 lines
158 B
C
Raw Normal View History

2018-09-25 09:22:51 -07:00
// hello, world
#include <inc/lib.h>
void
umain(int argc, char **argv)
{
cprintf("hello, world\n");
cprintf("i am environment %08x\n", thisenv->env_id);
}