Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
241b9e6f
Commit
241b9e6f
authored
Nov 03, 2014
by
Jonathan Jenkins
Browse files
example io language kernel
parent
f1a8ef05
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/workload/example.kernel.txt
0 → 100644
View file @
241b9e6f
r = getgrouprank -1;
s = getgroupsize -1;
f = 13;
b = 4194304;
open f;
writeat f, b, (r*b);
sync f;
readat f, b, ((s-r-1)*b);
close f;
exit 0;
doc/workload/meta.txt
0 → 100644
View file @
241b9e6f
1 0 -1 example.kernel.txt
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment