repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* more re-work
[mascara-docs.git]
/
i386
/
junos
/
ucla
/
src
/
lab3
/
user
/
hello.c
blob
8ea741bce0b0f955d7e22a782bd55f0610865c36
1
// hello, world
2
#include <inc/lib.h>
3
4
asmlinkage
void
5
umain
(
int
argc
,
char
**
argv
)
6
{
7
cprintf
(
"hello, world
\n
"
);
8
cprintf
(
"i am environment %08x
\n
"
,
env
->
env_id
);
9
}