1*1b7ed0b1Stsutsui$NetBSD: version,v 1.6 2009/03/20 11:42:25 tsutsui Exp $ 2c1c742b4Sfredette 3c1c742b4SfredetteNOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this 4c1c742b4Sfredettefile is important - make sure the entries are appended on end, last item 5c1c742b4Sfredetteis taken as the current. 6c1c742b4Sfredette 7c1c742b4Sfredette1.1: Initial commit. 8c1c742b4Sfredette1.2: Changed dvdma.c and netif_sun.c in libsa. 9c1c742b4Sfredette1.5: Merge arch/sun3x into arch/sun3. 10c1c742b4Sfredette1.6: Both netboot and ufsboot now look for any of: 11c1c742b4Sfredette { "netbsd", "netbsd.old", "netbsd.$arch" } where arch=sun3 or 12c1c742b4Sfredette arch=sun3x based on the running machine type. Boot media can 13c1c742b4Sfredette support both sun3 and sun3x by providing two kernels. 14c1c742b4Sfredette1.7: Common boot programs run on both Sun 3 and 3X 15c1c742b4Sfredette machines, with different default kernel names 16c1c742b4Sfredette on each so shared root images are possible. 17c1c742b4Sfredette1.8: Changed to use MI sys/conf/newvers_stand.sh & vers.c. 18c1c742b4Sfredette1.9: Convert to ELF and use MI loadfile(). 19ad2c12a2Sbjh211.10: loadfile() update: ELF symbols no longer need backward seeks. 2045e7238aSscw1.11: loadfile() update to avoid backwards seeks for ELF Program Headers. 21c7f2e26fSfredette1.12: tapeboot: file seek bug fixed, sun2 support added 22*1b7ed0b1Stsutsui1.13: switched to using MI libsa and libkern 23