repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
custom message for vm_update
[minix3.git]
/
test
/
testvm.h
blob
c47a7b04588b6b8c422e8047d5280a5d59d575ec
1
2
struct
info
{
3
/* info to testvm */
4
int
big
;
/* do BIG mode */
5
6
/* info from testvm */
7
int
result
;
/* error code */
8
};