This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
kayomn
/
xv6
Watch
1
Star
0
Fork
You've already forked xv6
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7424a59fa1
xv6
/
fcntl.h
5 lines
96 B
C
Raw
Blame
History
#
define O_RDONLY 0x000
#
define O_WRONLY 0x001
#
define O_RDWR 0x002
#
define O_CREATE 0x200
Reference in New Issue
View Git Blame
Copy Permalink