Subversion Repositories HelenOS-historic

Rev

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

Rev 1287 Rev 1288
Line 32... Line 32...
32
#include <arch/mm/page.h>
32
#include <arch/mm/page.h>
33
#include <arch/pm.h>
33
#include <arch/pm.h>
34
 
34
 
35
#define START_STACK (BOOT_OFFSET - BOOT_STACK_SIZE)
35
#define START_STACK (BOOT_OFFSET - BOOT_STACK_SIZE)
36
 
36
 
37
 
-
 
38
 
-
 
39
 
-
 
40
 
-
 
41
 
-
 
42
 
-
 
43
 
-
 
44
 
-
 
45
.section K_TEXT_START, "ax"
37
.section K_TEXT_START, "ax"
46
 
38
 
47
KTEXT=8
39
KTEXT=8
48
KDATA=16
40
KDATA=16
49
 
41
 
Line 433... Line 425...
433
.long 0
425
.long 0
434
.align 4
426
.align 4
435
e_vesa_init:
427
e_vesa_init:
436
#endif	
428
#endif	
437
 
429
 
438
 
-
 
439
 
-
 
440
.section K_DATA_START, "aw", @progbits
430
.section K_DATA_START, "aw", @progbits
441
 
431
 
442
 
-
 
443
 
-
 
444
.align 4096
432
.align 4096
445
page_directory:
433
page_directory:
446
	.space 4096, 0
434
	.space 4096, 0