freebsd-dev/sys/i386/boot/kzipboot/head.S
Bruce Evans 92b86cc420 Removed bogus padding that wasted 0x500 bytes.
Improved code and comments.  Don't do anything except transfer control
in the head.o module.
1995-11-18 05:25:24 +00:00

12 lines
302 B
ArmAsm

/*
* First module in a kzipped kernel.
* This needs to be at the beginning so that the boot loader calls it.
* It may be overwritten by uncompressing the kernel, so it transfers
* control to a higher address that won't be overwritten.
*
* Copyright (C) Serge Vakulenko
*/
.text
head:
jmp tail