freebsd-dev/sys/pc98/boot/kzipboot/head.S
Satoshi Asami 4c7278c696 The PC98-specific files.
Ok'd by:	core
Submitted by:	FreeBSD(98) development team
1996-06-14 10:04:54 +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