-
Notifications
You must be signed in to change notification settings - Fork 4
/
KernelMemoryMap.txt
47 lines (47 loc) · 1.8 KB
/
KernelMemoryMap.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
+--------------------------------+
| |
| |
| Free Memory |
| |
| |
+--------------------------------+
| | 0x????????
| |
| kernel |
| |
| | 0x00501000
+--------------------------------+
| | 0x00500fff
| |
| PDE and PTE |
| |
| | 0x00100000
+--------------------------------+
| | 0x000fffff
| reserved |
| | 0x000a0000
+--------------------------------+
| | 0x0009ffff
| kernel.ict |
| | 0x00050000
+--------------------------------+
| | 0x0004ffff
| sysldr.ict |
| | 0x00040000
+--------------------------------+
| | 0x0003ffff
| kernel stack |
| | 0x00004000
+--------------------------------+
| | 0x00003fff
| Exception Programme |
| | 0x00002800
+--------------------------------+
| | 0x000027ff
| IDT |
| | 0x00002000
+--------------------------------+
| | 0x00001fff
| GDT |
| | 0x00000000
+--------------------------------+