Subversion Repositories HelenOS

Rev

Rev 101 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 101 Rev 105
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
 
29
 
30
#include <arch/boot/memmap.h>
30
#include <arch/boot/memmap.h>
31
 
31
 
32
.global memmap_arch_init
-
 
33
 
-
 
34
.code16
-
 
35
.section K_TEXT_START
-
 
36
 
-
 
37
 
-
 
38
E820_RECORD_SIZE = MEMMAP_E820_RECORD_SIZE
32
E820_RECORD_SIZE = MEMMAP_E820_RECORD_SIZE
39
E820_MAX_RECORDS = MEMMAP_E820_MAX_RECORDS
33
E820_MAX_RECORDS = MEMMAP_E820_MAX_RECORDS
40
E820_SMAP = 0x534d4150
34
E820_SMAP = 0x534d4150
41
 
35
 
42
.global memmap_arch_init
36
.global memmap_arch_init