mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 15:39:27 -04:00
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
$NetBSD: version,v 1.21 2015/06/14 18:40:10 martin 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.1:
|
|
1.2: get it to work with non-start-of-disk partitions
|
|
1.3: Support verbose/quiet boot.
|
|
1.4: Align end of BSS on 4MB boundary
|
|
1.5: Fix previous.
|
|
1.6: Allow hyphen in kernel names
|
|
1.7: Fix size calculation for symbol table
|
|
1.8: Fix booting from obscure partition bootstrings (e.g. "boot disk:e disk:e/netbsd")
|
|
1.9: Load kernel into permanently mapped memory, pass mappings to the kernel.
|
|
1.10: Optimize permanent kernel mappings
|
|
1.11: Improve partition handling and allow changing the device at the boot prompt
|
|
1.12: Add support to boot from newer Solaris UFS partitions
|
|
1.13: Deal with kernels missing a separate read-only text segment
|
|
1.14: Make 3 attempts at BOOTP/DHCP for to allow for bridges and clear prior data read
|
|
1.15: Properly close the firmware handle before starting the kernel
|
|
1.16: Add support to boot with root on cd9660
|
|
1.17: Add support for sun4v architecture
|
|
1.18: Fix loading of kernels with huge .bss
|