git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor: inode hashing and reusing
[lunaix-os.git]
/
lunaix-os
/
flags.h
1
#ifndef __LUNAIX_FLAGS_H
2
#define __LUNAIX_FLAGS_H
3
4
/*
5
Uncomment below to force LunaixOS use kernel page table when context switch to kernel space
6
NOTE: This will make the kernel global.
7
*/
8
// #define USE_KERNEL_PG
9
10
#endif /* __LUNAIX_FLAGS_H */