Subversion Repositories HelenOS

Rev

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

Rev 2927 Rev 3403
Line 51... Line 51...
51
 * More precisely, SILO will think this is an old version of Linux.
51
 * More precisely, SILO will think this is an old version of Linux.
52
 */
52
 */
53
	.ascii "HdrS"
53
	.ascii "HdrS"
54
	.word 0
54
	.word 0
55
	.half 0
55
	.half 0
-
 
56
	.half 0
-
 
57
	.half 0
-
 
58
	.half 0
-
 
59
.global silo_ramdisk_image
-
 
60
silo_ramdisk_image:
-
 
61
	.word 0
-
 
62
.global silo_ramdisk_size
-
 
63
silo_ramdisk_size:
-
 
64
	.word 0
56
 
65
 
57
.align 8
66
.align 8
58
1:	
67
1:	
59
	/*
68
	/*
60
	 * Disable interrupts and disable address masking.
69
	 * Disable interrupts and disable address masking.