---- r6572 | debug | 2021-08-29 17:53:05 +0100 (Sun, 29 Aug 2021) | 1 line The ARM "permanently undefined" instructions now result in an und exception (patch from Nick Hudson). ---- r6573 | debug | 2021-08-29 18:02:18 +0100 (Sun, 29 Aug 2021) | 1 line Storing to memory is not allowed until the CPU has initialized completely; this code was for ARM OpenFirmware, which is not currently in use by any machine. ---- r6576 | debug | 2021-08-30 10:23:38 +0100 (Mon, 30 Aug 2021) | 1 line Fix for ARM carry flag update for some instructions (patch from Nick Hudson). Also updating the NetBSD/cats installation instructions to 9.2.
2.9 KiB
The CATS emulation mode is working well enough to run -old versions of NetBSD/cats and -OpenBSD/cats.
+NetBSD/cats and +an old version of OpenBSD/cats.Debian GNU/Linux could perhaps run in the future. @@ -80,14 +80,14 @@ To install NetBSD/cats onto a disk image
- ftp://ftp.de.netbsd.org/pub/NetBSD/iso/8.1/NetBSD-8.1-cats.iso - ftp://ftp.de.netbsd.org/pub/NetBSD/NetBSD-8.1/cats/binary/kernel/netbsd-GENERIC.aout.gz - ftp://ftp.de.netbsd.org/pub/NetBSD/NetBSD-8.1/cats/binary/kernel/netbsd-INSTALL.aout.gz + ftp://ftp.de.netbsd.org/pub/NetBSD/iso/9.2/NetBSD-9.2-cats.iso + ftp://ftp.de.netbsd.org/pub/NetBSD/NetBSD-9.2/cats/binary/kernel/netbsd-GENERIC.aout.gz + ftp://ftp.de.netbsd.org/pub/NetBSD/NetBSD-9.2/cats/binary/kernel/netbsd-INSTALL.aout.gz
- gxemul -X -E cats -d nbsd_cats.img -d NetBSD-8.1-cats.iso netbsd-INSTALL.aout.gz + gxemul -X -E cats -d nbsd_cats.img -d NetBSD-9.2-cats.iso netbsd-INSTALL.aout.gzand proceed like you would do if you were installing NetBSD on a real @@ -96,11 +96,8 @@ To install NetBSD/cats onto a disk image
Note that there may be some long delays during bootup. -
(NOTE: Older versions of NetBSD could install via FTP in older versions -of GXemul. Right now, that seems to not be possible, resulting in ethernet -timeouts etc. Whether it is due to bit rot in the emulator, or due to NetBSD -having changed over time, has not been debugged. -If you want to try an FTP install anyway, +
(NOTE: It may also be possible to install via FTP, but this is slow and +sometimes unstable. If you want to try an FTP install anyway, start the install without -d xxxxx.iso and use IPv4 address 10.0.0.1, gateway/default route 10.0.0.254, netmask 255.0.0.0, and nameserver 10.0.0.254, when asked to configure the network.)