Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krishna Vinnakota
CSEP551
b41b38d0da0854f3fa92967b70180ea1156154d4
CSEP551
userfs.c
Find file
Normal view
History
Permalink
userfs.c
89 B
Newer
Older
oops
kaashoek
committed
18 years ago
1
2
3
4
5
6
// file system tests
char
buf
[
1024
];
main
()
{
Changes to allow use of native x86 ELF compilers, which on my
rsc
committed
18 years ago
7
puts
(
"userfs running
\n
"
);
oops
kaashoek
committed
18 years ago
8
9
block
();
}