index
:
135e2/xv6-labs.git
xv6-labs-2024-winter
135e2
log msg
author
committer
range
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
summary
refs
log
tree
commit
diff
path:
root
/
types.h
blob: 8c54fd8bb6bd329d603a579f591d17e651b368d6 (
plain
)
1
2
3
typedef
unsigned
int
uint
;
typedef
unsigned
short
ushort
;
typedef
unsigned
char
uchar
;