Config header guard
This commit is contained in:
parent
4ed3650089
commit
c38a0cbf41
1 changed files with 3 additions and 0 deletions
3
config.h
3
config.h
|
@ -1,3 +1,5 @@
|
|||
#ifndef KERNEL_CONFIG_H
|
||||
#define KERNEL_CONFIG_H
|
||||
/*
|
||||
* Number of CPU's For now, this is hard-coded here. It will likely be
|
||||
* dynamically discovered in the future.
|
||||
|
@ -6,3 +8,4 @@
|
|||
|
||||
/* Maximum number of files open */
|
||||
#define NOFILE 10
|
||||
#endif // KERNEL_CONFIG_H
|
||||
|
|
Loading…
Add table
Reference in a new issue