Stuff I need to work on
This commit is contained in:
parent
832aa58bb7
commit
5cdd815d98
5 changed files with 65 additions and 0 deletions
4
include/kernel/kclock.h
Executable file
4
include/kernel/kclock.h
Executable file
|
@ -0,0 +1,4 @@
|
|||
#ifndef _HEADER
|
||||
#define _HEADER
|
||||
|
||||
#endif /* not _HEADER */
|
10
include/kernel/pmap.h
Executable file
10
include/kernel/pmap.h
Executable file
|
@ -0,0 +1,10 @@
|
|||
#ifndef _KERN_PMAP
|
||||
#define _KERN_PMAP
|
||||
|
||||
struct PageInfo {
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue