NetBSD/sys/arch/evbarm/stand/gzboot/version
thorpej 39c165f331 Add support for relocating gzboot's .text out of flash and into
RAM (while still decompressing the image directly from flash).

This makes gzboot run a LOT faster.
2002-02-24 20:29:44 +00:00

9 lines
356 B
Plaintext

$NetBSD: version,v 1.2 2002/02/24 20:29:44 thorpej Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important - make sure the entries are appended on end, last item
is taken as the current.
1.0: Gzip Boot, for booting compressed kernel images from flash.
1.1: Add support for relocating gzboot .text from flash to RAM.