1995-04-15 08:23:55 +00:00
|
|
|
/*
|
1995-11-18 05:25:24 +00:00
|
|
|
* 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.
|
|
|
|
*
|
1995-04-15 08:23:55 +00:00
|
|
|
* Copyright (C) Serge Vakulenko
|
|
|
|
*/
|
|
|
|
.text
|
1995-11-18 05:25:24 +00:00
|
|
|
head:
|
|
|
|
jmp tail
|