| * linux/arch/h8300/boot/compressed/head.S |
| * Copyright (C) 2006 Yoshinori Sato |
| #include <linux/linkage.h> |
| #define SRAM_START 0xff4000 |
| mov.l #SRAM_START+0x8000, sp |
| .ascii "HdrS" ; header signature |
| .word 0x0202 ; header version number (>= 0x0105) |
| ; or else old loadlin-1.5 will fail) |
| .word 0 ; pointing to kernel version string |
| .byte 0 ; = 0, old one (LILO, Loadlin, |
| .byte 1 ; Load flags bzImage=1 |
| .word 0x8000 ; size to move, when setup is not |
| .long 0x100000 ; 0x100000 = default for big kernel |
| .long 0 ; address of loaded ramdisk image |
| .long 0 ; its size in bytes |