Core integer types header file reorganization stage 1/2: Create and/or modify
[dragonfly.git] / sys / i386 / boot / kzipboot / head.S
1 /*
2  * First module in a kzipped kernel.
3  * This needs to be at the beginning so that the boot loader calls it.
4  * It may be overwritten by uncompressing the kernel, so it transfers
5  * control to a higher address that won't be overwritten.
6  *
7  * Copyright (C) Serge Vakulenko
8  */
9         .text
10 head:
11         jmp     tail