jos/user/hello.c
Anish Athalye a9d7717cc4 Lab 3
2018-09-25 12:22:51 -04:00

10 lines
158 B
C

// 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);
}