Stuff I need to work on

This commit is contained in:
Gitea 2020-12-01 21:00:41 -06:00
parent 832aa58bb7
commit 5cdd815d98
5 changed files with 65 additions and 0 deletions

4
include/kernel/kclock.h Executable file
View file

@ -0,0 +1,4 @@
#ifndef _HEADER
#define _HEADER
#endif /* not _HEADER */

10
include/kernel/pmap.h Executable file
View file

@ -0,0 +1,10 @@
#ifndef _KERN_PMAP
#define _KERN_PMAP
struct PageInfo {
};
#endif