git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git]
/
lunaix-os
/
arch
/
i386
/
includes
/
sys
/
mm
/
physical.h
1
#ifndef __LUNAIX_ARCH_PHYSICAL_H
2
#define __LUNAIX_ARCH_PHYSICAL_H
3
4
#include <lunaix/ds/llist.h>
5
#include "mm_defs.h"
6
7
#define MAX_GROUP_PAGE_SIZE ( 0x8000 )
8
#define PPLIST_STARTVM VMAP
9
10
struct ppage_arch
11
{
12
13
};
14
15
#endif /* __LUNAIX_ARCH_PHYSICAL_H */