VMIPS 1.0.2 has been released. VMIPS is a MIPS R3000 virtual machine simulator with support for a serial console and GNU cross-compiler tools. This is a minor bug-fix release. You can download VMIPS 1.0.2 from any of the following sites: * ftp://download.sourceforge.net/pub/sourceforge/vmips/ * ftp://sartre.dgate.org/vmips/releases/vmips-1.0.2/ * http://download.sourceforge.net/vmips/ * http://sartre.dgate.org/vmips/releases/vmips-1.0.2/ * http://vmips.sourceforge.net/releases/vmips-1.0.2/ VMIPS is free software available under the GNU General Public License; for details, please read the file "COPYING". For installation instructions, please read "INSTALL". VMIPS was built by Brian Gaeke and others; for details, please see the files "AUTHORS" and "THANKS". New features since the last publically released version are detailed in "NEWS". The home page for VMIPS is "http://sartre.dgate.org/vmips". For bug reporting instructions, please see the VMIPS Manual. User-visible changes in version 1.0.2 (since version 1.0.1): * New default handling of `-o ttydev' option; manual updated. * /etc/vmipsrc contains only comments by default. These two fixes work around a bug in Darwin select(2)'s tty handling. * Only print host processor endianness if `-o bootmsg' is set. Fixes bug where `-o bootmsg' should (but doesn't) turn this message off. * Remove test_code/testdev.S from the branch. This is a test for a feature (TestDev) which wasn't distributed with 1.0.x. * Comment out extra tokens after #endif in test_code/{sort.c,tester.c}. Fixes bug where gcc 3.0 gives warnings compiling these files. To get the code from CVS as any bug fixes are added, checkout from branch "vmips-1_0-branch". VMIPS 1.0.2 itself can be checked out using the tag "release-1-0-2". Please refer to the bug reporting instructions in the VMIPS manual if you have trouble using the software. -Brian Gaeke and the VMIPS developers