2 * linux/arch/h8300/boot/compressed/head.S
4 * Copyright (C) 2006 Yoshinori Sato
7 #include <linux/linkage.h>
9 .section .text..startup,"ax"
25 jsr @decompress_kernel
30 fake_headers_as_bzImage:
32 .ascii "HdrS" ; header signature
33 .word 0x0202 ; header version number (>= 0x0105)
34 ; or else old loadlin-1.5 will fail)
35 .word 0 ; default_switch
38 .word 0 ; pointing to kernel version string
39 .byte 0 ; = 0, old one (LILO, Loadlin,
42 .byte 1 ; Load flags bzImage=1
43 .word 0x8000 ; size to move, when setup is not
44 .long 0x100000 ; 0x100000 = default for big kernel
45 .long 0 ; address of loaded ramdisk image
46 .long 0 ; its size in bytes