1	.type	initrd_start,#object
2	.globl	initrd_start
3initrd_start:
4	.incbin	INITRD
5	.globl	initrd_end
6initrd_end:
7